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