中扬CRM客户关系管理系统
#
LSH
2023-10-06 1dcf237ac9fca4a6132b0175c188c44308e7a4f7
src/main/java/com/zy/crm/manager/controller/PlanController.java
@@ -151,7 +151,7 @@
        // 自动添加跟进人
        PlanFoll planFoll = new PlanFoll();
        planFoll.setPlanId(plan.getId());
        planFoll.setUserId(manager.getId());
        planFoll.setUserId(planLeader.getId());
        if (!planFollService.insert(planFoll)) {
            throw new CoolException("保持失败,请重试");
        }
@@ -527,7 +527,7 @@
        Plan plan = planService.selectById(planId);
        assert plan != null;
        if (plan.getSettle() != 2) {
        if (plan.getSettle() != 1) {
            return R.error();
        }
        // 查找规划组长