中扬CRM客户关系管理系统
whycq
2023-12-07 e9884ea275fa88f2a8558c045ef49b8480b2e237
src/main/java/com/zy/crm/manager/controller/DashboardController.java
@@ -133,7 +133,7 @@
        map.put("successCount", successCount);
        //获取待处理任务数量
        int planPendingTaskCount = planService.selectCount(new EntityWrapper<Plan>().eq("director", getUserId()).lt("settle",4));
        int planPendingTaskCount = planService.selectPendingTaskCount(getUserId());
        map.put("planPendingTaskCount", planPendingTaskCount);
        int priOnlinePendingTaskCount = priOnline2Service.selectCount(new EntityWrapper<PriOnline2>().eq("member_id", getUserId()).lt("settle",2));
        map.put("priOnlinePendingTaskCount", priOnlinePendingTaskCount);