src/main/java/com/zy/crm/manager/controller/PlanController.java
@@ -710,6 +710,9 @@ List<Long> typeList = new ArrayList<>(); List<PlanType> planTypes = planTypeService.selectList(new EntityWrapper<PlanType>().eq("type", type)); if (type==1){ planTypes = planTypeService.selectList(new EntityWrapper<PlanType>()); } for (PlanType planType : planTypes){ typeList.add(planType.getId()); }