Commit fde4542b authored by zengtianlai3's avatar zengtianlai3

完善添加设备黑名单

parent e44231cc
...@@ -52,6 +52,7 @@ public class DeviceBlackServiceImpl extends ServiceImpl<DeviceBlackMapper, Devic ...@@ -52,6 +52,7 @@ public class DeviceBlackServiceImpl extends ServiceImpl<DeviceBlackMapper, Devic
for (DeviceVo deviceVo : allDevice.values()) { for (DeviceVo deviceVo : allDevice.values()) {
if (deviceVo.getDeviceId() == deviceId){ if (deviceVo.getDeviceId() == deviceId){
flag = true; flag = true;
break;
} }
} }
if (!flag) { if (!flag) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment