微调
This commit is contained in:
@@ -997,6 +997,7 @@ public class SocketDevResponseService {
|
||||
if (ObjectUtil.isNotNull(dictDataEnumByCode)) {
|
||||
switch (dictDataEnumByCode) {
|
||||
case SUCCESS:
|
||||
if (devData.getResult()) {
|
||||
devInfo.add(devData);
|
||||
successComm.add(devData.getId());
|
||||
|
||||
@@ -1080,6 +1081,9 @@ public class SocketDevResponseService {
|
||||
}
|
||||
|
||||
}
|
||||
} else {
|
||||
System.out.println("被抛除的数据:" + data);
|
||||
}
|
||||
break;
|
||||
case UNPROCESSED_BUSINESS:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user