作者 张关杰

x

... ... @@ -94,7 +94,7 @@ class SyncToEsCmd {
$id = redis()->lPop('sync_to_es');
$code = 500;
if($id){
redis()->rPush('sync_to_es2',$id);
// redis()->rPush('sync_to_es2',$id);
$doc_id = '';
try {
... ...