feat(oa): 新增考勤汇总功能
- 新增考勤汇总主表和明细表的插入接口 - 实现根据用户ID数组和日期范围计算出勤、加班、出差小时数的功能 - 优化数据结构,将用户ID类型从String改为Long - 添加日期格式注解,规范日期格式 - 重构部分代码,提高可读性和可维护性
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user