|
|
@@ -1854,6 +1854,7 @@ public class TMonitoringRetrievalPlanServiceImpl extends ServiceImpl<TMonitoring
|
|
|
LambdaQueryWrapper<TMonitoringRetrievalPlan> wrapper = new LambdaQueryWrapper<>();
|
|
|
wrapper.eq(TMonitoringRetrievalPlan::getPlanStatus, DrillPlanStatus.USING.getCode());
|
|
|
wrapper.eq(TMonitoringRetrievalPlan::getIsDeleted, 0);
|
|
|
+ wrapper.isNull(TMonitoringRetrievalPlan::getParentId);
|
|
|
//wrapper.eq(TMonitoringRetrievalPlan::getStandard,1);
|
|
|
List<TMonitoringRetrievalPlan> planList = baseMapper.selectList(wrapper);
|
|
|
List<Map<String, String>> list = new ArrayList<Map<String, String>>();
|