正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -264,7 +264,7 @@ class SyncToEsCmd { | @@ -264,7 +264,7 @@ class SyncToEsCmd { | ||
| 264 | // echo ' ==== '; | 264 | // echo ' ==== '; | 
| 265 | $this->es->setIndex($index); | 265 | $this->es->setIndex($index); | 
| 266 | // 检查数据库是否存在 | 266 | // 检查数据库是否存在 | 
| 267 | - if(empty($this->checkEsIndex[$index])){ | 267 | + if(empty($this->checkEsIndex[$index]) && $index != 'email_lists_copy'){ | 
| 268 | $m = $this->setEsMap($index); | 268 | $m = $this->setEsMap($index); | 
| 269 | _echo("{$index} 创建索引 ".$m); | 269 | _echo("{$index} 创建索引 ".$m); | 
| 270 | if(!$m){ | 270 | if(!$m){ | 
- 
请 注册 或 登录 后发表评论