薪酬开关配置

This commit is contained in:
钱涛 2023-06-14 16:26:25 +08:00
parent 912c80c97f
commit 1cdbe4d19d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
-- 核算结果编辑导入自动锁定
INSERT INTO hrsa_salary_sys_conf (id, conf_key, conf_value, title, module, order_weight, description, delete_type, create_time, update_time) VALUES
(1680514369215, 'EditImportAutoLock', '1', '核算结果编辑导入自动锁定', 'app', 0, NULL, 0, '2023-06-02 15:19:39', '2023-06-02 15:19:45');
-- 工资单验证方式 PWD SMS
INSERT INTO hrsa_salary_sys_conf (id, conf_key, conf_value, title, module, order_weight, description, delete_type, create_time, update_time) VALUES
(1680514369777, 'SALARY_PAYROLL_CHECK_TYPE', 'PWD', '工资单验证方式', 'app', 0, NULL, 0, '2023-06-02 15:19:39', '2023-06-02 15:19:45');