liurunyu
2025-05-29 ac4f0d8e61c545c74f287563765179696b51b856
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrScheduleMapper.java
@@ -25,5 +25,5 @@
    List<PrSchedule> selectSome(Map<String, Object> params);
    List<PrSchedule> selectAll(@Param("scheduleDate") String scheduleDate,@Param("userId") String userId);
    List<PrSchedule> selectAll(@Param("scheduleDate") String scheduleDate,@Param("userId") Long userId);
}