|
...
|
...
|
@@ -48,7 +48,7 @@ class ProductFileUpload extends Command |
|
|
|
$url = str_replace_url($v['files']['url']);
|
|
|
|
//获取当前图片的原名称
|
|
|
|
$files = new File();
|
|
|
|
$fileInfo = $files->read(['url'=>$url]);
|
|
|
|
$fileInfo = $files->read(['path'=>$url]);
|
|
|
|
if($fileInfo === false){
|
|
|
|
continue;
|
|
|
|
}
|
...
|
...
|
|