代码修改

This commit is contained in:
hanyong
2023-08-01 15:55:24 +08:00
parent 4448638a48
commit 26648052c9

View File

@@ -1981,6 +1981,8 @@ public class TerminalBaseServiceImpl extends ServiceImpl<LineMapper, Line> imple
LambdaQueryWrapper<DeviceBak> deviceBakLambdaQueryWrapper1 = new LambdaQueryWrapper<>();
deviceBakLambdaQueryWrapper1.in(DeviceBak::getId, ids);
deviceBakService.remove(deviceBakLambdaQueryWrapper1);
}else if(devList.size()==1){
temp = lineMapper.selectById(devList.get(0).getId());
}
}
}