feat(oa): 新增考勤汇总功能

- 新增考勤汇总主表和明细表的插入接口
- 实现根据用户ID数组和日期范围计算出勤、加班、出差小时数的功能
- 优化数据结构,将用户ID类型从String改为Long
- 添加日期格式注解,规范日期格式
- 重构部分代码,提高可读性和可维护性
This commit is contained in:
2025-08-07 14:56:43 +08:00
parent f536104e39
commit 72bdffc284
18 changed files with 142 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ spring:
lazy: true
type: ${spring.datasource.type}
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
url: jdbc:mysql://47.117.71.33:11293/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
username:
password:
# oracle: