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