中扬CRM客户关系管理系统
LSH
2023-10-05 94defeef43a6eb0187f1df071c669e75ddcbd144
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();
        }
        // 查找规划组长