正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -33,6 +33,7 @@ class SyncTimeFiles extends Command | @@ -33,6 +33,7 @@ class SyncTimeFiles extends Command | ||
| 33 | { | 33 | { |
| 34 | // $fileModel = new File(); | 34 | // $fileModel = new File(); |
| 35 | $imagesModel = new Image(); | 35 | $imagesModel = new Image(); |
| 36 | +// $start = '2025-10-14 00:00:00'; | ||
| 36 | $start = '2025-10-18 00:00:00'; | 37 | $start = '2025-10-18 00:00:00'; |
| 37 | $end = '2025-10-31 23:59:59'; | 38 | $end = '2025-10-31 23:59:59'; |
| 38 | $lists = $imagesModel->list(['created_at'=>['between',[$start,$end]]],'id',['path'],'asc'); | 39 | $lists = $imagesModel->list(['created_at'=>['between',[$start,$end]]],'id',['path'],'asc'); |
-
请 注册 或 登录 后发表评论