|
|
@@ -501,7 +501,6 @@ public class TMonitoringRetrievalPlanServiceImpl extends ServiceImpl<TMonitoring
|
|
|
|
|
|
@Override
|
|
|
public int withdraw(Long id) {
|
|
|
-
|
|
|
TMonitoringRetrievalPlan plan = baseMapper.selectById(id);
|
|
|
QueryWrapper queryWrapper = new QueryWrapper();
|
|
|
queryWrapper.eq(PARENT_ID, id);
|
|
|
@@ -538,7 +537,6 @@ public class TMonitoringRetrievalPlanServiceImpl extends ServiceImpl<TMonitoring
|
|
|
baseMapper.deleteById(tMonitoringRetrievalPlan.getId());
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
if (!plan.getPlanCycle().equals("0")) {
|
|
|
switch (plan.getPlanCycle()) {
|
|
|
//天
|