|
...
|
...
|
@@ -33,7 +33,7 @@ class SyncFile extends Command |
|
|
|
$errorFileModel = new ErrorFile();
|
|
|
|
$lists = $errorFileModel->list(['status'=>0]);//未同步成功的图片及文件
|
|
|
|
foreach ($lists as $k => $v){
|
|
|
|
if(strpos($v['path'], '181') !== false ){
|
|
|
|
if(strpos($v['path'], '/181/') !== false ){
|
|
|
|
$code = $this->synchronizationFiles($v['path']);
|
|
|
|
}else{
|
|
|
|
$code = $this->synchronizationFile($v['path']);
|
...
|
...
|
|