|
|
@@ -643,7 +643,7 @@ public class TMonitoringRetrievalPlanServiceImpl extends ServiceImpl<TMonitoring
|
|
|
plan.setRoleName(sysRole.getRoleName());
|
|
|
int i = tMonitoringRetrievalPlanMapper.updateById(plan);
|
|
|
if (CollectionUtils.isEmpty(coreMonitoringRetrievalTasks)) {
|
|
|
- iCoreMonitoringRetrievalTaskService.deleteTaskByPlanId(tMonitoringRetrievalPlan.getId());
|
|
|
+ iCoreMonitoringRetrievalTaskService.deleteWaitTaskByPlanId(tMonitoringRetrievalPlan.getId());
|
|
|
try {
|
|
|
QueryWrapper queryWrapper = new QueryWrapper();
|
|
|
queryWrapper.eq(PARENT_ID, plan.getId());
|