feat:监测器删除接口返回信息修改
This commit is contained in:
parent
8a0303b065
commit
c654110170
|
@ -124,6 +124,6 @@ public class GardsDetectorsServiceImpl extends ServiceImpl<GardsDetectorsMapper,
|
|||
queryWrapper.eq(GardsDetectors::getDetectorId, id);
|
||||
this.baseMapper.delete(queryWrapper);
|
||||
result.success("删除成功");
|
||||
return null;
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user