refactor(overtime-application、project): 将加班申请功能重构为业务学习功能、修改应用配置中的cron表达式将每周执行时间从周日改为周五。

This commit is contained in:
dk
2026-07-19 14:03:20 +08:00
parent 0c7e5268e6
commit e207bf0485
25 changed files with 88 additions and 88 deletions

View File

@@ -33,12 +33,12 @@ public interface DictTypeConstants {
String RDMS_TASK_ITEM_TYPE="rdms_task_item_type";
/**
* 加班申请审批状态字典。
* 业务学习审批状态字典。
*/
String RDMS_OVERTIME_APPLICATION_STATUS = "rdms_overtime_application_status";
/**
* 加班申请时长快捷选项字典。
* 业务学习时长快捷选项字典。
*/
String RDMS_OVERTIME_DURATION = "rdms_overtime_duration";