作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !3130
@@ -34,7 +34,7 @@ class SyncTimeFiles extends Command @@ -34,7 +34,7 @@ class SyncTimeFiles extends Command
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-14 00:00:00';
37 - $start = '2025-10-18 00:00:00'; 37 + $start = '2025-10-25 00:00:00';
38 $end = '2025-10-31 23:59:59'; 38 $end = '2025-10-31 23:59:59';
39 $lists = $imagesModel->list(['created_at'=>['between',[$start,$end]]],'id',['path'],'asc'); 39 $lists = $imagesModel->list(['created_at'=>['between',[$start,$end]]],'id',['path'],'asc');
40 foreach ($lists as $v){ 40 foreach ($lists as $v){