...
|
...
|
@@ -98,7 +98,7 @@ class SyncMailToEs { |
|
|
// 更新es
|
|
|
$lists = db()->all(listsSql::all($this->where,'`id`'));
|
|
|
foreach ($lists as $list){
|
|
|
redis()->rPush('sync_to_es',$list['id']);
|
|
|
redis()->rPush('sync_to_es',$list['id'].'.1');
|
|
|
// $id = $list['email_id'].'_'.$list['folder_id'].'_'.$list['uid'];
|
|
|
// $this->es->save($id,$this->getData($list));
|
|
|
}
|
...
|
...
|
|