作者 赵彬吉

update

@@ -71,7 +71,7 @@ class SyncSubmitTask extends Command @@ -71,7 +71,7 @@ class SyncSubmitTask extends Command
71 $this->output('任务失败:' . $e->getMessage()); 71 $this->output('任务失败:' . $e->getMessage());
72 } 72 }
73 $time4 = microtime(); 73 $time4 = microtime();
74 - if($time4 - $time1 > 1000){ 74 + if(($time4 - $time) > 1000){
75 $this->output('任务用时:' . $time2 - $time1 . '|' . $time3 - $time2 . '|' . $time4 - $time3); 75 $this->output('任务用时:' . $time2 - $time1 . '|' . $time3 - $time2 . '|' . $time4 - $time3);
76 } 76 }
77 } 77 }