|
|
@@ -883,7 +883,7 @@
|
|
|
status, release_status, create_time,
|
|
|
keyword, data_category, name,
|
|
|
demand_type, problem_des, employer_name,
|
|
|
- employer_contacts, employer_contacts_mobile, employer_contacts_mailbox, info_source)
|
|
|
+ employer_contacts, employer_contacts_mobile, employer_contacts_mailbox, info_sources)
|
|
|
values
|
|
|
<foreach item="item" index="index" collection="list" separator=",">
|
|
|
(
|
|
|
@@ -892,7 +892,7 @@
|
|
|
#{item.keyword,jdbcType=VARCHAR}, #{item.dataCategory,jdbcType=INTEGER}, #{item.name,jdbcType=VARCHAR},
|
|
|
#{item.demandType,jdbcType=INTEGER}, #{item.problemDes,jdbcType=VARCHAR}, #{item.employerName,jdbcType=VARCHAR},
|
|
|
#{item.employerContacts,jdbcType=VARCHAR}, #{item.employerContactsMobile,jdbcType=VARCHAR}, #{item.employerContactsMailbox,jdbcType=VARCHAR},
|
|
|
- #{item.infoSource,jdbcType=INTEGER}
|
|
|
+ #{item.infoSources,jdbcType=INTEGER}
|
|
|
)
|
|
|
</foreach>
|
|
|
</insert>
|