From f0eb9c8994a3bd8543d4682e7292a4598dc0c69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Wed, 12 Apr 2023 13:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BB=E8=80=81=E9=87=91=E6=9C=80=E7=BB=88?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/sql/个人养老金.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/sql/个人养老金.sql b/resource/sql/个人养老金.sql index ec80c6fbf..45b1f910d 100644 --- a/resource/sql/个人养老金.sql +++ b/resource/sql/个人养老金.sql @@ -20,10 +20,10 @@ INSERT INTO hrsa_salary_sob_default_item(id, income_category, sys_salary_item_id -ALTER TABLE hrsa_other_deduction ALTER COLUMN [private_pension] varchar(255) NULL +ALTER TABLE hrsa_other_deduction ADD [private_pension] varchar(255) NULL GO -ALTER TABLE hrsa_add_up_situation ALTER COLUMN [add_up_private_pension] varchar(255) NULL +ALTER TABLE hrsa_add_up_situation ADD [add_up_private_pension] varchar(255) NULL GO INSERT INTO hrsa_sys_salary_item(id, name, code, system_type, category, item_type, use_default, use_in_employee_salary, rounding_mode, pattern, value_type, datasource, formula_id, description, can_edit, can_delete, creator, delete_type, tenant_key, create_time, update_time, data_type) VALUES (746777981115629605, '个人养老金', 'privatePension', 1, 2, 12, 0, 0, 2, 2, 2, 8, 1680746056549, '', 0, 1, 0, 0, 'all_teams', '2022-03-28 10:33:01', '2022-05-10 15:54:31', 'number')