| | |
| | | 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); |