| | |
| | | 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); |
| | | } |