|
|
|
@ -25,7 +25,7 @@ public class ConfigConfigTreatmentPlanServiceImpl extends ServiceImpl<ConfigTrea
|
|
|
|
|
public List<TreatmentPlanTreeNode> queryTree(Integer disposalMethod) {
|
|
|
|
|
|
|
|
|
|
List<ConfigTreatmentPlan> list = super.lambdaQuery().eq(!Objects.isNull(disposalMethod),
|
|
|
|
|
ConfigTreatmentPlan::getDisposalPlan, disposalMethod).list();
|
|
|
|
|
ConfigTreatmentPlan::getDisposalMethod, disposalMethod).list();
|
|
|
|
|
|
|
|
|
|
if (CollUtil.isEmpty(list)){
|
|
|
|
|
return CollUtil.newArrayList();
|
|
|
|
|