From 1cdbe4d19da7699d55684fe60f3dec28ca1588b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Wed, 14 Jun 2023 16:26:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=96=AA=E9=85=AC=E5=BC=80=E5=85=B3=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/sql/薪酬开关配置 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resource/sql/薪酬开关配置 diff --git a/resource/sql/薪酬开关配置 b/resource/sql/薪酬开关配置 new file mode 100644 index 000000000..d394b544b --- /dev/null +++ b/resource/sql/薪酬开关配置 @@ -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'); \ No newline at end of file