feat:监测器删除接口返回信息修改

This commit is contained in:
qiaoqinzheng 2023-05-15 16:41:10 +08:00
parent 8a0303b065
commit c654110170

View File

@ -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;
}
}