禅道bug解决

This commit is contained in:
liang.chao 2025-02-08 18:30:21 +08:00
parent 48a9acbed0
commit da6bb4d8c4
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
</insert> </insert>
<insert id="addConsPersonToPcp" useGeneratedKeys="true" keyProperty="id"> <insert id="addConsPersonToPcp" useGeneratedKeys="true" keyProperty="id">
insert into pt_cons_person(cons_name, phone, post, is_active) insert into pt_cons_person(cons_name, phone, post, is_active)
values (#{name}, #{phone},'1', '1') values (#{name}, #{phone},'0', '1')
</insert> </insert>
<insert id="addConsPersonToLk"> <insert id="addConsPersonToLk">
insert into lk_cont_person(uuid,pro_id, cons_persion_id,cont_uuid,is_exist_file) insert into lk_cont_person(uuid,pro_id, cons_persion_id,cont_uuid,is_exist_file)