Explorar o código

深巡+全景图计算demo

dengsixing hai 20 horas
pai
achega
e23d945d19

+ 2 - 0
src/main/java/com/fdkankan/contro/mq/service/impl/BuildSxTestServiceImpl.java

@@ -309,6 +309,8 @@ public class BuildSxTestServiceImpl implements IBuildSceneService {
 
             this.uploadStatusJson(scenePlus, scenePlusExt);
 
+            Integer relocationMaxindex = Integer.valueOf(message.getExt().get("relocationMaxindex").toString());
+            scenePlus.setRelocationMaxindex(relocationMaxindex);
             scenePlusService.updateById(scenePlus);
             scenePlusExtService.updateById(scenePlusExt);