diff --git a/resource/sql/分权sql server.sql b/resource/sql/分权sql server.sql index 3ca742cae..c61507486 100644 --- a/resource/sql/分权sql server.sql +++ b/resource/sql/分权sql server.sql @@ -323,7 +323,7 @@ GO ALTER TABLE hrsa_salary_sob ADD tax_agent_id bigint NULL GO -INSERT INTO hrsa_tax_agent_base(id, devolution_status, create_time, update_time, creator, delete_type, tenant_key) VALUES (1653303537239, 1, '2022-05-23 18:58:53', '2022-05-23 19:12:12', 1, 0, 'all_teams'); +INSERT INTO hrsa_tax_agent_base(id, devolution_status, create_time, update_time, creator, delete_type, tenant_key) VALUES (1653303537239, 0, '2022-05-23 18:58:53', '2022-05-23 19:12:12', 1, 0, 'all_teams'); GO ALTER TABLE hrsa_bill_detail_temp ADD payment_organization bigint NULL GO