Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao 397c7d0a5a Merge remote-tracking branch 'origin/master' 2025-02-08 18:30:33 +08:00
liang.chao da6bb4d8c4 禅道bug解决 2025-02-08 18:30:21 +08:00
1 changed files with 1 additions and 1 deletions

View File

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