src/main/java/com/zy/crm/manager/service/impl/PlanServiceImpl.java
@@ -61,8 +61,8 @@ } @Override public Page<Plan> getPage(Page<Plan> page, Long hostId, String deptId, Long userId, String condition) { return page.setRecords(baseMapper.listByPage(page, hostId, deptId, userId, condition)); public Page<Plan> getPage(Page<Plan> page, Long hostId, String deptId, Long userId, Long director,String condition) { return page.setRecords(baseMapper.listByPage(page, hostId, deptId, userId,director, condition)); } private String getNextUuid(Long hostId) {