From da6bb4d8c44e005c74918dc9aef4b2c043724f97 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Sat, 8 Feb 2025 18:30:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/ProjectMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-project/src/main/resources/mapper/system/ProjectMapper.xml b/bonus-modules/bonus-project/src/main/resources/mapper/system/ProjectMapper.xml index 7ee3a85..9a27af4 100644 --- a/bonus-modules/bonus-project/src/main/resources/mapper/system/ProjectMapper.xml +++ b/bonus-modules/bonus-project/src/main/resources/mapper/system/ProjectMapper.xml @@ -81,7 +81,7 @@ insert into pt_cons_person(cons_name, phone, post, is_active) - values (#{name}, #{phone},'1', '1') + values (#{name}, #{phone},'0', '1') insert into lk_cont_person(uuid,pro_id, cons_persion_id,cont_uuid,is_exist_file)