|
@@ -1000,7 +1000,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
String uploadJsonPath = target + File.separator + "results" + File.separator + "upload.json";
|
|
|
log.info("uploadJsonPath=" + uploadJsonPath);
|
|
|
if(!new File(uploadJsonPath).exists()){
|
|
|
- return ResultData.error(ErrorCode.FAILURE_CODE_5042);
|
|
|
+ throw new BusinessException(ErrorCode.FAILURE_CODE_5042);
|
|
|
}
|
|
|
|
|
|
String zipPath = target + File.separator + "results/" + num + ".zip";
|