作者 邓超

x

@@ -302,10 +302,13 @@ class Mail { @@ -302,10 +302,13 @@ class Mail {
302 ); 302 );
303 // 结束操作了 303 // 结束操作了
304 304
  305 + if(redis()->get(SYNC_RUNNING_REDIS_KEY) != 'stop'){
305 // 再次调用 306 // 再次调用
306 $this->syncMail($email_id,$folder_id,$folder,$db); 307 $this->syncMail($email_id,$folder_id,$folder,$db);
307 } 308 }
308 309
  310 + }
  311 +
309 return true; 312 return true;
310 313
311 } 314 }