|
@@ -3055,7 +3055,7 @@ public class SceneProServiceImpl extends BaseServiceImpl<SceneProEntity, String>
|
|
|
String url = "";
|
|
|
if("image".equals(type)){
|
|
|
if(!new File(path + "/caches/images/" + fileName).exists()){
|
|
|
- throw new BaseRuntimeException(LoginConstant.FAILURE_CODE_3018, LoginConstant.FAILURE_MSG_3018);
|
|
|
+ throw new BaseRuntimeException(LoginConstant.FAILURE_CODE_3018, LoginConstant.FAILURE_MSG_3018);
|
|
|
}
|
|
|
|
|
|
//备份原始数据
|