refactor(overtime-application、project): 将加班申请功能重构为业务学习功能、修改应用配置中的cron表达式将每周执行时间从周日改为周五。
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user