养老金最终版

This commit is contained in:
钱涛 2023-04-12 13:57:13 +08:00
parent 671bbc6bfb
commit f0eb9c8994
1 changed files with 2 additions and 2 deletions

View File

@ -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')