作者 李宇航

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

Lyh server



查看合并请求 !3125
@@ -33,7 +33,8 @@ class SyncTimeFiles extends Command @@ -33,7 +33,8 @@ 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-13 17:20:00'; 36 +// $start = '2025-10-14 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');
39 foreach ($lists as $v){ 40 foreach ($lists as $v){