修改线路功能是否综合演练字段名

This commit is contained in:
joylink_zhangsai 2022-12-13 10:23:46 +08:00
parent 006af3bb39
commit 04f7327dec
2 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ public class RtsMapFunctionServiceImpl implements RtsMapFunctionService {
}
SimulationWorkParamVO.DomConfigVO domConfig = SimulationWorkParamVO.DomConfigVO.builder()
.hasVoice(true)
.isJoint(true)
.joint(true)
.hasMemberManager(true)
.build();
return buildCreateVO(mapId, name, name, simType, itemMap, domConfig);

View File

@ -112,7 +112,7 @@ public class SimulationWorkParamVO {
/**
* 是综合演练目前仅决定了是否显示生成仿真二维码
*/
private boolean isJoint;
private boolean joint;
private boolean hasDeviceManager;