|
|
|
@ -144,11 +144,12 @@ public class BasedataMontPatrolPointHandleComponent { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
log.info("HANDLE_JSON_OBJECT areaMap.size: {}, deviceMap.size: {}, list.size: {}", areaMap.size(), deviceMap.size(), list.size()); |
|
|
|
this.saveAreaData(areaMap, sendCode); |
|
|
|
this.saveMainDeviceData(deviceMap, sendCode); |
|
|
|
String convertFlag = "0"; |
|
|
|
String algConvertFlag = "0"; |
|
|
|
System.out.println("list.size=" + list.size()); |
|
|
|
|
|
|
|
|
|
|
|
for (DevicePointModelItem devicePointModelItem : list) { |
|
|
|
DevicePointModelItem modelItem = devicePointModelItem; |
|
|
|
|