src/main/java/com/zy/crm/manager/service/PlanService.java @@ -15,4 +15,6 @@ Page<Plan> getPage(Page<Plan> page, Long hostId, String deptId, Long userId,Long direcote, String condition); List<Plan> selctPlanListByDirector(Long userId); }