|
@@ -129,7 +129,7 @@ class FileUploadService extends Service
|
|
|
}else{
|
|
|
if(strpos($filename, FileUploadService::string) !== false){
|
|
|
$filename = str_replace(FileUploadService::string,'',$filename);
|
|
|
- $delPath = self::string3 . 'old' . '/' . $filename;
|
|
|
+ $delPath = self::string3 . 'old/upload_files/' . $filename;
|
|
|
list($status,$msg) = (new OssService())->deleteFile($delPath);
|
|
|
}
|
|
|
}
|