|
@@ -122,7 +122,7 @@ public class AdmSystemController {
|
|
|
String floorId = info.get("FloorID") == null ? null : info.get("FloorID").textValue();
|
|
|
String buildID = info.get("BuildID") == null ? null : info.get("BuildID").textValue();
|
|
|
if(StrUtil.isNotEmpty(floorId)){
|
|
|
- relationDTOS.add(new RelationDTO(null, "MechInArch", "Bd2Fl", null, systemId , floorId));
|
|
|
+ relationDTOS.add(new RelationDTO(null, "MechInArch", "Sy2Fl", null, systemId , floorId));
|
|
|
}
|
|
|
if(StrUtil.isNotEmpty(buildID)){
|
|
|
relationDTOS.add(new RelationDTO(null, "MechForArch", "Sy2Bd", null, systemId , buildID));
|