src/main/java/com/zy/crm/manager/mapper/PlanMapper.java
@@ -17,6 +17,6 @@ Plan selectPlanByNewestUuid(@Param("hostId") Long hostId); List<Plan> listByPage(Page<Plan> page, @Param("hostId")Long hostId, @Param("deptId") String deptId, @Param("userId") Long userId , @Param("condition") String condition); List<Plan> listByPage(Page<Plan> page, @Param("hostId")Long hostId, @Param("deptId") String deptId, @Param("userId") Long userId ,@Param("director")Long director, @Param("condition") String condition); }