From c4e63e101ba2efb5c66d5847237652c600107eea Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Fri, 11 Mar 2022 14:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/salary/init.sql | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/com/engine/salary/init.sql b/src/com/engine/salary/init.sql index 2ed3c2277..6b4643b34 100644 --- a/src/com/engine/salary/init.sql +++ b/src/com/engine/salary/init.sql @@ -6,9 +6,6 @@ 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_social_security_scheme modify id bigint auto_increment; alter table hrsa_scheme_detail modify id bigint auto_increment;