|
|
@@ -300,7 +300,7 @@ public class TMonitoringRetrievalPlanServiceImpl extends ServiceImpl<TMonitoring
|
|
|
tMonitoringRetrievalPlans.add(monitoringRetrievalPlan);
|
|
|
|
|
|
}
|
|
|
- if (tMonitoringRetrievalPlan.getPlanCycle().equals(ZERO.toString())) {
|
|
|
+ if (tMonitoringRetrievalPlan.getPlanCycle().equals(ZERO.toString())&&tMonitoringRetrievalPlan.getPlanStatus()==0) {
|
|
|
iCoreMonitoringRetrievalTaskService.noCycleTask(tMonitoringRetrievalPlans);
|
|
|
}
|
|
|
}
|