|
@@ -717,7 +717,6 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
return Boolean.TRUE;
|
|
return Boolean.TRUE;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- // TODO: 2023/1/12 3dtiles临时上激光场景
|
|
|
|
// else if (Objects.nonNull(scenePro) &&
|
|
// else if (Objects.nonNull(scenePro) &&
|
|
// scenePro.getSceneSource() != SceneSource.JG.code() &&
|
|
// scenePro.getSceneSource() != SceneSource.JG.code() &&
|
|
// scenePro.getIsUpgrade() == CommonStatus.NO.code().intValue()){
|
|
// scenePro.getIsUpgrade() == CommonStatus.NO.code().intValue()){
|
|
@@ -2005,18 +2004,6 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
log.info("sendCallAlgorithm 参数为:{}", JSONObject.toJSONString(param));
|
|
log.info("sendCallAlgorithm 参数为:{}", JSONObject.toJSONString(param));
|
|
|
|
|
|
String filePath = param.getFilepath();
|
|
String filePath = param.getFilepath();
|
|
-// String details = param.getDetails()
|
|
|
|
-// .replace("base64_urlsafe:","")
|
|
|
|
-// .replaceAll("-","+")
|
|
|
|
-// .replaceAll("_","/")
|
|
|
|
-// .concat("==");
|
|
|
|
-// try {
|
|
|
|
-// details = cn.hutool.core.codec.Base64.decodeStr(details);
|
|
|
|
-// }catch (Exception e){
|
|
|
|
-// log.error("details解密报错,details:{}", details);
|
|
|
|
-// log.error("details解密报错", e);
|
|
|
|
-// return ResultData.error(ErrorCode.PARAM_FORMAT_ERROR);
|
|
|
|
-// }
|
|
|
|
SendCallAlgorithmDetail detail = param.getDetails();
|
|
SendCallAlgorithmDetail detail = param.getDetails();
|
|
String uploadType = detail.getUploadType();
|
|
String uploadType = detail.getUploadType();
|
|
if(StrUtil.isNotEmpty(uploadType) && "log".equals(uploadType)){
|
|
if(StrUtil.isNotEmpty(uploadType) && "log".equals(uploadType)){
|