|
...
|
...
|
@@ -33,7 +33,7 @@ class SyncTimeFiles extends Command |
|
|
|
{
|
|
|
|
// $fileModel = new File();
|
|
|
|
$imagesModel = new Image();
|
|
|
|
$start = '2025-10-13 17:20:00';
|
|
|
|
$start = '2025-10-18 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){
|
...
|
...
|
|