|
@@ -80,9 +80,9 @@ public class BoxModelServiceImpl implements IBoxModelService {
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_7015);
|
|
throw new BusinessException(ErrorCode.FAILURE_CODE_7015);
|
|
}
|
|
}
|
|
|
|
|
|
- if(!FileUtils.checkFileSizeIsLimit(file.getSize(), 5, "M")){
|
|
|
|
- throw new BusinessException(ErrorCode.FAILURE_CODE_7023, "5M");
|
|
|
|
- }
|
|
|
|
|
|
+// if(!FileUtils.checkFileSizeIsLimit(file.getSize(), 5, "M")){
|
|
|
|
+// throw new BusinessException(ErrorCode.FAILURE_CODE_7023, "5M");
|
|
|
|
+// }
|
|
String path = String.format(ConstantFilePath.SCENE_USER_PATH_V4, num) + "boxModel/" + sid + "/";
|
|
String path = String.format(ConstantFilePath.SCENE_USER_PATH_V4, num) + "boxModel/" + sid + "/";
|
|
try {
|
|
try {
|
|
String zipPath = path + file.getOriginalFilename();
|
|
String zipPath = path + file.getOriginalFilename();
|