禅道bug解决
This commit is contained in:
parent
48a9acbed0
commit
da6bb4d8c4
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue