|
@@ -166,9 +166,8 @@ public class KSDeviceReportService { |
|
@@ -166,9 +166,8 @@ public class KSDeviceReportService { |
|
166
|
int failCount = 0;
|
166
|
int failCount = 0;
|
|
167
|
List<String> failedDevices = new ArrayList<>();
|
167
|
List<String> failedDevices = new ArrayList<>();
|
|
168
|
Map<Object, String> map = new HashMap<>();
|
168
|
Map<Object, String> map = new HashMap<>();
|
|
169
|
- map.put(1,"devid");
|
|
|
|
170
|
- map.put(2,"zll");
|
|
|
|
171
|
- map.put(3,"ssll");
|
169
|
+ map.put(1,"zll");
|
|
|
|
170
|
+ map.put(2,"ssll");
|
|
172
|
|
171
|
|
|
173
|
|
172
|
|
|
174
|
for (int i = 0; i < needSyncDataList.size(); i++) {
|
173
|
for (int i = 0; i < needSyncDataList.size(); i++) {
|
|
@@ -193,7 +192,7 @@ public class KSDeviceReportService { |
|
@@ -193,7 +192,7 @@ public class KSDeviceReportService { |
|
193
|
|
192
|
|
|
194
|
for (int j = 1; j < dataList.size(); j++) {
|
193
|
for (int j = 1; j < dataList.size(); j++) {
|
|
195
|
Map<String, Object> properties = new HashMap<>(5);
|
194
|
Map<String, Object> properties = new HashMap<>(5);
|
|
196
|
- Object o = dataList.get(j).toString();
|
195
|
+ Object o = dataList.get(j);
|
|
197
|
if (o == null) {
|
196
|
if (o == null) {
|
|
198
|
continue;
|
197
|
continue;
|
|
199
|
}
|
198
|
}
|