台账主接线图功能

This commit is contained in:
2023-06-16 13:29:13 +08:00
parent 29d09b0bee
commit 4af8ba5f42
7 changed files with 270 additions and 7 deletions

View File

@@ -295,6 +295,8 @@ public class MonitorServiceImpl extends ServiceImpl<MonitorMapper, Monitor> impl
this.removeByIds(monitorIds);
specialMonitorMapper.deleteBatchIds(monitorIds);
overlimitMapper.deleteBatchIds(monitorIds);
lineBakMapper.deleteBatchIds(monitorIds);
return true;
}