正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -42,6 +42,7 @@ class SyncTimeMinuteFile extends Command | @@ -42,6 +42,7 @@ class SyncTimeMinuteFile extends Command | ||
| 42 | $fileModel = new File(); | 42 | $fileModel = new File(); |
| 43 | $lists = $fileModel->list(['created_at'=>['between',[$start,$end]]]); | 43 | $lists = $fileModel->list(['created_at'=>['between',[$start,$end]]]); |
| 44 | if(empty($lists)){ | 44 | if(empty($lists)){ |
| 45 | + echo date('Y-m-d H:i:s') . ' | 无数据:' . PHP_EOL; | ||
| 45 | return true; | 46 | return true; |
| 46 | } | 47 | } |
| 47 | foreach ($lists as $v){ | 48 | foreach ($lists as $v){ |
-
请 注册 或 登录 后发表评论