8 lines
663 B
Plaintext
8 lines
663 B
Plaintext
|
|
-- 核算结果编辑导入自动锁定
|
|
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'); |