|
...
|
...
|
@@ -32,8 +32,8 @@ class SyncTimeFiles extends Command |
|
|
|
{
|
|
|
|
$fileModel = new File();
|
|
|
|
// $imagesModel = new Image();
|
|
|
|
$start = '2025-08-20 00:00:00';
|
|
|
|
$end = '2025-08-28 00:00:00';
|
|
|
|
$start = '2025-08-28 00:00:00';
|
|
|
|
$end = '2025-08-29 59:00:00';
|
|
|
|
$lists = $fileModel->list(['created_at'=>['between',[$start,$end]]]);
|
|
|
|
foreach ($lists as $v){
|
|
|
|
$path = $v['path'];
|
...
|
...
|
|