Browse Source

激光场景计算不再升级

tianboguang 2 years ago
parent
commit
111ace7d79

+ 0 - 4
src/main/java/com/fdkankan/contro/mq/service/impl/BuildSceneServiceImpl.java

@@ -310,10 +310,6 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
                 fdkkLaserService.syncBuildResult(scenePlus, scenePlusExt);
             }
 
-            if (fdageData.containsKey("exportMeshObj") && fdageData.getIntValue("exportMeshObj") == 1) {
-                fdkkV4Service.upgradeToV4(sceneCode);
-            }
-
             CreateObjUtil.deleteFile(path.replace(ConstantFilePath.BUILD_MODEL_PATH, "/") + "/capture");
 
             log.info("场景计算结果处理结束,场景码:{}", message.getSceneCode());