|
...
|
...
|
@@ -42,6 +42,7 @@ class SyncTimeMinuteFile extends Command |
|
|
|
$fileModel = new File();
|
|
|
|
$lists = $fileModel->list(['created_at'=>['between',[$start,$end]]]);
|
|
|
|
if(empty($lists)){
|
|
|
|
echo date('Y-m-d H:i:s') . ' | 无数据:' . PHP_EOL;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
foreach ($lists as $v){
|
...
|
...
|
|