中扬CRM客户关系管理系统
#
LSH
2023-11-03 1e9fe530b299f9bf1004a983be6fea266b4e8ddc
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());
        }