作者 邓超

x

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