|
...
|
...
|
@@ -34,7 +34,7 @@ class SyncTimeFiles extends Command |
|
|
|
// $fileModel = new File();
|
|
|
|
$imagesModel = new Image();
|
|
|
|
// $start = '2025-10-14 00:00:00';
|
|
|
|
$start = '2025-10-18 00:00:00';
|
|
|
|
$start = '2025-10-25 00:00:00';
|
|
|
|
$end = '2025-10-31 23:59:59';
|
|
|
|
$lists = $imagesModel->list(['created_at'=>['between',[$start,$end]]],'id',['path'],'asc');
|
|
|
|
foreach ($lists as $v){
|
...
|
...
|
|