Commit fd05f02aa3baa9571ed3482e4ff6ba1f486b1f19

Authored by 朱园亮
1 parent f3a105af

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

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