11 小时以前 571ccc18671ef45c6403496e8d99efec82168083
src/main/java/com/ruoyi/staff/mapper/PersonalShiftMapper.java
@@ -31,4 +31,11 @@
    List<Map<String, Object>> performanceShiftYearList(@Param("time") String time, @Param("userName") String userName, @Param("sysDeptId") Integer sysDeptId);
    List<PerformanceShiftMapDto> performanceShiftList(@Param("time") String time, @Param("userName") String userName, @Param("sysDeptId") Integer sysDeptId);
    /**
     * 查询员工的请假信息(从approval_instance的form_config解析)
     * @param staffIds 员工ID列表
     * @return Map: staff_id, form_config
     */
    List<Map<String, Object>> selectStaffHolidayDates(@Param("staffIds") List<Long> staffIds);
}