|
@@ -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);
|
|
|
|