|
@@ -848,10 +848,10 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
log.info("data.fdage文件为空");
|
|
log.info("data.fdage文件为空");
|
|
|
throw new BusinessException(CameraConstant.FAILURE_6009);
|
|
throw new BusinessException(CameraConstant.FAILURE_6009);
|
|
|
}
|
|
}
|
|
|
-// if(fdageJson.getIntValue("zxState") == 1){
|
|
|
|
|
-// sceneZxgdService.upload(fileId, fdageJson);
|
|
|
|
|
-// return ResultData.ok();
|
|
|
|
|
-// }
|
|
|
|
|
|
|
+ if(fdageJson.getIntValue("zxState") == 1){
|
|
|
|
|
+ sceneZxgdService.upload(fileId, fdageJson);
|
|
|
|
|
+ return ResultData.ok();
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
this.removeUpdateV4(ConstantFilePath.OSS_PREFIX + prefixBuffer + "data.fdage", fdageJson);
|
|
this.removeUpdateV4(ConstantFilePath.OSS_PREFIX + prefixBuffer + "data.fdage", fdageJson);
|
|
|
String buildType = "V3";
|
|
String buildType = "V3";
|