From 6c54847f88f281f21fe50fcebbea1a772a14fcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Tue, 7 Jun 2022 19:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/sql/分权sql server.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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