2022-02-28 17:19:07 +08:00
|
|
|
--缴税人表主键自增
|
2022-03-22 21:01:38 +08:00
|
|
|
alter table hrsa_tax_agent modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_tax_rate_base modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_tax_rate_detail modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_add_up_deduction modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_add_up_situation modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_other_deduction modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_attend_quote_field modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_attend_quote_sync_set modify id bigint auto_increment;
|
2022-03-10 19:01:58 +08:00
|
|
|
|
2022-03-22 21:01:38 +08:00
|
|
|
alter table hrsa_salary_item modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_salary_sob modify id bigint auto_increment;
|
2022-03-23 13:52:43 +08:00
|
|
|
alter table hrsa_salary_sob_range modify id bigint auto_increment;
|
2022-03-25 10:31:31 +08:00
|
|
|
alter table hrsa_salary_sob_item_group modify id bigint auto_increment;
|
2022-03-25 18:05:07 +08:00
|
|
|
alter table hrsa_salary_sob_emp_field modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_salary_sob_adjust_rule modify id bigint auto_increment;
|
2022-03-28 11:38:33 +08:00
|
|
|
alter table hrsa_salary_sob_check_rule modify id bigint auto_increment;
|
2022-03-25 18:05:07 +08:00
|
|
|
|
2022-03-21 09:33:21 +08:00
|
|
|
|
|
|
|
|
|
2022-03-09 10:00:51 +08:00
|
|
|
--福利方案主键自增增加
|
2022-03-22 21:01:38 +08:00
|
|
|
alter table hrsa_social_security_scheme modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_scheme_detail modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_insurance_category modify id bigint auto_increment;
|
2022-03-09 16:12:47 +08:00
|
|
|
|
2022-03-09 10:09:07 +08:00
|
|
|
|
2022-03-15 09:34:53 +08:00
|
|
|
--福利台账
|
2022-03-22 21:01:38 +08:00
|
|
|
alter table hrsa_social_archives modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_fund_archives modify id bigint auto_increment;
|
|
|
|
|
alter table hrsa_other_archives modify id bigint auto_increment;
|
2022-03-15 09:34:53 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|