@@ -515,6 +515,7 @@ public class RWDLoadUtil {
equipment.put("电井名称", sdo.get("电井名称"));
equipment.put("一级编组名称", sdo.get("一级编组名称"));
equipment.put("二级编组名称", sdo.get("二级编组名称"));
+ equipment.put("编组类型", sdo.get("编组类型"));
}
@@ -106,7 +106,7 @@ public class ToolUtil {
item.put("电井编号", null);
item.put("电井名称", null);
- item.put("类型", types[index]);
+ item.put("编组类型", types[index]);
if (is_public) {
String floor = SELTCC2floor.get(SELTCC);
if (floor != null) {