Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -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); |