| 
...
 | 
...
 | 
@@ -264,7 +264,7 @@ class SyncToEsCmd { | 
| 
 | 
 | 
 //        echo ' ==== ';
 | 
| 
 | 
 | 
         $this->es->setIndex($index);
 | 
| 
 | 
 | 
         // 检查数据库是否存在
 | 
| 
 | 
 | 
         if(empty($this->checkEsIndex[$index])){
 | 
| 
 | 
 | 
         if(empty($this->checkEsIndex[$index]) && $index != 'email_lists_copy'){
 | 
| 
 | 
 | 
             $m = $this->setEsMap($index);
 | 
| 
 | 
 | 
             _echo("{$index} 创建索引 ".$m);
 | 
| 
 | 
 | 
             if(!$m){
 | 
...
 | 
...
 | 
 |