|
@@ -777,7 +777,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public ResultData turntableUploadSuccess(String params) throws Exception {
|
|
|
+ public ResultData turntableUploadSuccess(String params, String taskId, String kNo) throws Exception {
|
|
|
log.info("turntableUploadSuccess-params: " + params);
|
|
|
String preParams = params;
|
|
|
if (StringUtils.isEmpty(params)) {
|
|
@@ -822,6 +822,8 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
log.info("data.fdage文件为空");
|
|
|
throw new BusinessException(CameraConstant.FAILURE_6009);
|
|
|
}
|
|
|
+ fdageJson.put("taskId", taskId);
|
|
|
+ fdageJson.put("kNo", kNo);
|
|
|
|
|
|
this.removeUpdateV4(ConstantFilePath.OSS_PREFIX + prefixBuffer + "data.fdage", fdageJson);
|
|
|
|