Commit 79ffc8d8 by gdj

增加机场,无人机增删改功能2。

parent e2a15963
......@@ -557,7 +557,7 @@ public class DeviceServiceImpl implements IDeviceService {
public boolean deleteDevice(String deviceSn) {
LambdaQueryWrapper<DeviceEntity> queryWrapper = new LambdaQueryWrapper<>();
queryWrapper.eq(DeviceEntity::getDeviceSn, deviceSn)
queryWrapper.eq(DeviceEntity::getDeviceSn, deviceSn);
int delete = this.mapper.delete(queryWrapper);
return delete > 0;
......
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