|
@@ -871,7 +871,7 @@ 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){
|
|
|
|
|
|
|
+ if(fdageJson.getIntValue("zxState") == 1){
|
|
|
sceneZxgdService.upload(fileId, fdageJson);
|
|
sceneZxgdService.upload(fileId, fdageJson);
|
|
|
return ResultData.ok();
|
|
return ResultData.ok();
|
|
|
}
|
|
}
|