Commit ff535b68 authored by zengtianlai3's avatar zengtianlai3

Merge branch 'm33' into 'master'

完善添加设备黑名单

See merge request !34
parents 91def266 fde4542b
......@@ -52,6 +52,7 @@ public class DeviceBlackServiceImpl extends ServiceImpl<DeviceBlackMapper, Devic
for (DeviceVo deviceVo : allDevice.values()) {
if (deviceVo.getDeviceId() == deviceId){
flag = true;
break;
}
}
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