中扬CRM客户关系管理系统
LSH
2024-04-02 a4deee805df11b122b2fe1524112b498c21a2164
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);