| 
...
 | 
...
 | 
@@ -653,9 +653,8 @@ class SyncMail { | 
| 
 | 
 | 
                         Fun::mb_convert_encoding(mb_substr($parseBody->getText(),0,150),'utf-8')
 | 
| 
 | 
 | 
                 ],dbWhere(['id'=> $id]));
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
                 \co::sleep(1);
 | 
| 
 | 
 | 
                 // 同步es
 | 
| 
 | 
 | 
                 redis()->rPush('sync_to_es', $id.'.1');
 | 
| 
 | 
 | 
 //                redis()->rPush('sync_to_es', $id.'.'.(time()+5));
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
             }
 | 
| 
 | 
 | 
 
 | 
...
 | 
...
 | 
 |