作者 lyh

变更数据

@@ -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');