正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论