作者 邓超

优化

@@ -199,7 +199,7 @@ class SyncToEsCmd { @@ -199,7 +199,7 @@ class SyncToEsCmd {
199 'email' => $thelast['email'], 199 'email' => $thelast['email'],
200 'email_id' => $thelast['email_id'], 200 'email_id' => $thelast['email_id'],
201 ],false); 201 ],false);
202 - _echo("邮箱异常分配 ".$lastpostid.' == '.$thelastpostid.' === '.$ret); 202 + _echo("邮箱异常分配 ".$email_id.' -- '.$lastpostid.' == '.$thelastpostid.' === '.$ret);
203 if(!$ret){ 203 if(!$ret){
204 throw new Exception('新增失败'); 204 throw new Exception('新增失败');
205 } 205 }