Compare commits

..

No commits in common. "397c7d0a5a0a1ca8aab4482cdeb12775230101d1" and "22d63b5d1be71fdfe0aeea915563a57273cae18e" have entirely different histories.

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},'0', '1')
values (#{name}, #{phone},'1', '1')
</insert>
<insert id="addConsPersonToLk">
insert into lk_cont_person(uuid,pro_id, cons_persion_id,cont_uuid,is_exist_file)