Compare commits
2 Commits
22d63b5d1b
...
397c7d0a5a
| Author | SHA1 | Date |
|---|---|---|
|
|
397c7d0a5a | |
|
|
da6bb4d8c4 |
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue