zn-cloud/yudao-module-system/yudao-module-system-biz/src/main/resources
aikai 0902414ccf feat(attendance): 按时间范围获取考勤信息
新增按时间范围获取用户考勤信息的功能,支持查询指定用户在一段时间内的考勤记录。主要变化包括:- 在 AdminUserDO 中添加 deptName 字段,用于存储部门名称
- 在 AttendanceApi 中添加 getAttendanceInfoByTimeRange 方法,用于获取考勤信息
- 在 AttendanceApiImpl 中实现 getAttendanceInfoByTimeRange 方法
- 在 AttendanceService 中添加 getAttendanceInfoByTimeRange 方法
- 在 AttendanceServiceImpl 中实现 getAttendanceInfoByTimeRange 方法- 在 AttendanceSchedulingServiceImpl 中添加相关逻辑
- 新增 AttendanceTimeRangeInfoDTO 和 AttendanceTimeRangeInfoVO 类用于传输考勤信息此功能可用于查询用户的考勤记录,包括正常出勤、请假、加班等情况。
2024-10-24 15:52:50 +08:00
..
mapper feat(attendance): 按时间范围获取考勤信息 2024-10-24 15:52:50 +08:00
application-dev.yaml feat(attendance): 按时间范围获取考勤信息 2024-10-24 15:52:50 +08:00
application-local.yaml Merge remote-tracking branch 'origin/dev' into frx 2024-04-12 15:41:17 +08:00
application-prod.yaml 调整生产环境配置文件 全部走127.0.0.1 本机ip 2024-09-29 04:55:19 +08:00
application.yaml 考勤设备模块 2024-06-05 09:28:30 +08:00
bootstrap-dev.yaml 修改dev环境配置/用户登录openId问题调整/首页大屏调整 2024-04-01 09:26:10 +08:00
bootstrap-local.yaml code init 2024-02-19 15:03:22 +08:00
bootstrap-prod.yaml 调整生产环境配置文件 全部走127.0.0.1 本机ip 2024-09-29 04:55:19 +08:00
bootstrap.yaml 日志模块 2024-04-12 15:39:36 +08:00
logback-spring.xml 考勤子表调整/ 2024-05-23 11:10:25 +08:00