Commit fd05f02aa3baa9571ed3482e4ff6ba1f486b1f19

Authored by 朱园亮
1 parent f3a105af

同池上报水电能源数据调整编码SN

@@ -108,7 +108,7 @@ public class KSDeviceReportService { @@ -108,7 +108,7 @@ public class KSDeviceReportService {
108 if (o == null) { 108 if (o == null) {
109 continue; 109 continue;
110 } 110 }
111 - String deviceVarSn = "ks_" + sn + map.get(j); 111 + String deviceVarSn = "tc_" + sn + map.get(j);
112 log.info("===deviceVarSn==" + deviceVarSn); 112 log.info("===deviceVarSn==" + deviceVarSn);
113 properties.put("channelSn", channelSn); 113 properties.put("channelSn", channelSn);
114 properties.put("deviceVarSn", deviceVarSn); 114 properties.put("deviceVarSn", deviceVarSn);
@@ -196,7 +196,7 @@ public class KSDeviceReportService { @@ -196,7 +196,7 @@ public class KSDeviceReportService {
196 if (o == null) { 196 if (o == null) {
197 continue; 197 continue;
198 } 198 }
199 - String deviceVarSn = "ks_" + sn + map.get(j); 199 + String deviceVarSn = "tc_" + sn + map.get(j);
200 log.info("===deviceVarSn==" + deviceVarSn); 200 log.info("===deviceVarSn==" + deviceVarSn);
201 properties.put("channelSn", channelSn); 201 properties.put("channelSn", channelSn);
202 properties.put("deviceVarSn", deviceVarSn); 202 properties.put("deviceVarSn", deviceVarSn);