id, serial_number, data_category, name, keyword, category, summary, introduction,
technical_picture_url, field_a, field_b, field_c, maturity, maturity_picture_url,
maturity_text_file_url, maturity_video_url, innovation, owner_id, owner_name, owner_type, owner_id_number,
owner_mobile, owner_email, owner_postal_address, cooperation_mode, transfer_mode,
bargaining_mode, transfer_price, technical_scene, breakthrough, patent_case, awards,
team_des, parameter, tech_plan_url, business_plan_url, org_id, org_name, org_address,
org_email, org_contacts, org_contacts_mobile, contacts, manager_id, salesman_id,
status, create_time, release_status, release_date, deleted_sign, audit_status, tech_broker_id,
country_name_zh,international_flag,jmrh_flag,boutique
delete from achievement
where id = #{id,jdbcType=VARCHAR}
insert into achievement (id, serial_number, data_category,
name, keyword, category,
summary, introduction, technical_picture_url,
field_a, field_b, field_c,
maturity, innovation, owner_id, owner_postal_address, cooperation_mode,
transfer_mode, bargaining_mode, transfer_price, patent_case,
awards, team_des, parameter, status,
create_time, release_status, release_date,
deleted_sign, audit_status,international_flag,boutique)
values (#{id,jdbcType=VARCHAR}, #{serialNumber,jdbcType=INTEGER}, #{dataCategory,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR}, #{keyword,jdbcType=VARCHAR}, #{category,jdbcType=INTEGER},
#{summary,jdbcType=VARCHAR}, #{introduction,jdbcType=LONGVARCHAR}, #{technicalPictureUrl,jdbcType=VARCHAR},
#{fieldA,jdbcType=INTEGER}, #{fieldB,jdbcType=INTEGER}, #{fieldC,jdbcType=INTEGER},
#{maturity,jdbcType=INTEGER}, #{innovation,jdbcType=INTEGER}, #{ownerId,jdbcType=VARCHAR}
, #{ownerPostalAddress,jdbcType=VARCHAR}, #{cooperationMode,jdbcType=INTEGER},
#{transferMode,jdbcType=INTEGER}, #{bargainingMode,jdbcType=INTEGER}, #{transferPrice,jdbcType=DECIMAL},
#{patentCase,jdbcType=VARCHAR},
#{awards,jdbcType=VARCHAR}, #{teamDes,jdbcType=VARCHAR}, #{parameter,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP}, #{releaseStatus,jdbcType=INTEGER}, #{releaseDate,jdbcType=TIMESTAMP},
#{deletedSign,jdbcType=INTEGER}, #{auditStatus,jdbcType=INTEGER},
#{internationalFlag,jdbcType=INTEGER},#{boutique,jdbcType=INTEGER})
insert into achievement
id,
serial_number,
data_category,
name,
keyword,
category,
summary,
introduction,
technical_picture_url,
field_a,
field_b,
field_c,
maturity,
maturity_picture_url,
maturity_text_file_url,
maturity_video_url,
innovation,
owner_id,
owner_name,
owner_type,
owner_id_number,
owner_mobile,
owner_email,
owner_postal_address,
cooperation_mode,
transfer_mode,
bargaining_mode,
transfer_price,
technical_scene,
breakthrough,
patent_case,
awards,
team_des,
parameter,
tech_plan_url,
business_plan_url,
org_id,
org_name,
org_address,
org_email,
org_contacts,
org_contacts_mobile,
contacts,
manager_id,
salesman_id,
status,
create_time,
release_status,
release_date,
deleted_sign,
audit_status,
tech_broker_id,
country_name_zh,
international_flag,
jmrh_flag,
boutique,
#{id,jdbcType=VARCHAR},
#{serialNumber,jdbcType=INTEGER},
#{dataCategory,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR},
#{keyword,jdbcType=VARCHAR},
#{category,jdbcType=INTEGER},
#{summary,jdbcType=VARCHAR},
#{introduction,jdbcType=LONGVARCHAR},
#{technicalPictureUrl,jdbcType=VARCHAR},
#{fieldA,jdbcType=INTEGER},
#{fieldB,jdbcType=INTEGER},
#{fieldC,jdbcType=INTEGER},
#{maturity,jdbcType=INTEGER},
#{maturityPictureUrl,jdbcType=LONGVARCHAR},
#{maturityTextFileUrl,jdbcType=VARCHAR},
#{maturityVideoUrl,jdbcType=VARCHAR},
#{innovation,jdbcType=INTEGER},
#{ownerId,jdbcType=VARCHAR},
#{ownerName,jdbcType=VARCHAR},
#{ownerType,jdbcType=INTEGER},
#{ownerIdNumber,jdbcType=VARCHAR},
#{ownerMobile,jdbcType=VARCHAR},
#{ownerEmail,jdbcType=VARCHAR},
#{ownerPostalAddress,jdbcType=VARCHAR},
#{cooperationMode,jdbcType=INTEGER},
#{transferMode,jdbcType=INTEGER},
#{bargainingMode,jdbcType=INTEGER},
#{transferPrice,jdbcType=DECIMAL},
#{technicalScene,jdbcType=VARCHAR},
#{breakthrough,jdbcType=VARCHAR},
#{patentCase,jdbcType=VARCHAR},
#{awards,jdbcType=VARCHAR},
#{teamDes,jdbcType=VARCHAR},
#{parameter,jdbcType=VARCHAR},
#{techPlanUrl,jdbcType=VARCHAR},
#{businessPlanUrl,jdbcType=VARCHAR},
#{orgId,jdbcType=VARCHAR},
#{orgName,jdbcType=VARCHAR},
#{orgAddress,jdbcType=VARCHAR},
#{orgEmail,jdbcType=VARCHAR},
#{orgContacts,jdbcType=VARCHAR},
#{orgContactsMobile,jdbcType=VARCHAR},
#{contacts,jdbcType=INTEGER},
#{managerId,jdbcType=VARCHAR},
#{salesmanId,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{releaseStatus,jdbcType=INTEGER},
#{releaseDate,jdbcType=TIMESTAMP},
#{deletedSign,jdbcType=INTEGER},
#{auditStatus,jdbcType=INTEGER},
#{techBrokerId,jdbcType=VARCHAR},
#{countryNameZh,jdbcType=VARCHAR},
#{internationalFlag,jdbcType=INTEGER},
#{jmrhFlag,jdbcType=INTEGER},
#{boutique,jdbcType=INTEGER}
update achievement
serial_number = #{serialNumber,jdbcType=INTEGER},
data_category = #{dataCategory,jdbcType=INTEGER},
name = #{name,jdbcType=VARCHAR},
keyword = #{keyword,jdbcType=VARCHAR},
category = #{category,jdbcType=INTEGER},
summary = #{summary,jdbcType=VARCHAR},
introduction = #{introduction,jdbcType=LONGVARCHAR},
technical_picture_url = #{technicalPictureUrl,jdbcType=VARCHAR},
field_a = #{fieldA,jdbcType=INTEGER},
field_b = #{fieldB,jdbcType=INTEGER},
field_c = #{fieldC,jdbcType=INTEGER},
maturity = #{maturity,jdbcType=INTEGER},
innovation = #{innovation,jdbcType=INTEGER},
owner_id = #{ownerId,jdbcType=VARCHAR},
owner_postal_address = #{ownerPostalAddress,jdbcType=VARCHAR},
cooperation_mode = #{cooperationMode,jdbcType=INTEGER},
transfer_mode = #{transferMode,jdbcType=INTEGER},
bargaining_mode = #{bargainingMode,jdbcType=INTEGER},
transfer_price = #{transferPrice,jdbcType=DECIMAL},
patent_case = #{patentCase,jdbcType=VARCHAR},
awards = #{awards,jdbcType=VARCHAR},
team_des = #{teamDes,jdbcType=VARCHAR},
parameter = #{parameter,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
release_status = #{releaseStatus,jdbcType=INTEGER},
release_date = #{releaseDate,jdbcType=TIMESTAMP},
deleted_sign = #{deletedSign,jdbcType=INTEGER},
audit_status = #{auditStatus,jdbcType=INTEGER},
country_name_zh = #{countryNameZh,jdbcType=VARCHAR},
international_flag = #{internationalFlag,jdbcType=INTEGER},
boutique = #{boutique,jdbcType=INTEGER},
where id = #{id,jdbcType=VARCHAR}
update achievement
set serial_number = #{serialNumber,jdbcType=INTEGER},
data_category = #{dataCategory,jdbcType=INTEGER},
name = #{name,jdbcType=VARCHAR},
keyword = #{keyword,jdbcType=VARCHAR},
category = #{category,jdbcType=INTEGER},
summary = #{summary,jdbcType=VARCHAR},
introduction = #{introduction,jdbcType=LONGVARCHAR},
technical_picture_url = #{technicalPictureUrl,jdbcType=VARCHAR},
field_a = #{fieldA,jdbcType=INTEGER},
field_b = #{fieldB,jdbcType=INTEGER},
field_c = #{fieldC,jdbcType=INTEGER},
maturity = #{maturity,jdbcType=INTEGER},
maturity_picture_url = #{maturityPictureUrl,jdbcType=LONGVARCHAR},
maturity_text_file_url = #{maturityTextFileUrl,jdbcType=VARCHAR},
maturity_video_url = #{maturityVideoUrl,jdbcType=VARCHAR},
innovation = #{innovation,jdbcType=INTEGER},
owner_id = #{ownerId,jdbcType=VARCHAR},
owner_name = #{ownerName,jdbcType=VARCHAR},
owner_type = #{ownerType,jdbcType=INTEGER},
owner_id_number = #{ownerIdNumber,jdbcType=VARCHAR},
owner_mobile = #{ownerMobile,jdbcType=VARCHAR},
owner_email = #{ownerEmail,jdbcType=VARCHAR},
owner_postal_address = #{ownerPostalAddress,jdbcType=VARCHAR},
cooperation_mode = #{cooperationMode,jdbcType=INTEGER},
transfer_mode = #{transferMode,jdbcType=INTEGER},
bargaining_mode = #{bargainingMode,jdbcType=INTEGER},
transfer_price = #{transferPrice,jdbcType=DECIMAL},
technical_scene = #{technicalScene,jdbcType=VARCHAR},
breakthrough = #{breakthrough,jdbcType=VARCHAR},
patent_case = #{patentCase,jdbcType=VARCHAR},
awards = #{awards,jdbcType=VARCHAR},
team_des = #{teamDes,jdbcType=VARCHAR},
parameter = #{parameter,jdbcType=VARCHAR},
tech_plan_url = #{techPlanUrl,jdbcType=VARCHAR},
business_plan_url = #{businessPlanUrl,jdbcType=VARCHAR},
org_id = #{orgId,jdbcType=VARCHAR},
org_name = #{orgName,jdbcType=VARCHAR},
org_address = #{orgAddress,jdbcType=VARCHAR},
org_email = #{orgEmail,jdbcType=VARCHAR},
org_contacts = #{orgContacts,jdbcType=VARCHAR},
org_contacts_mobile = #{orgContactsMobile,jdbcType=VARCHAR},
contacts = #{contacts,jdbcType=INTEGER},
manager_id = #{managerId,jdbcType=VARCHAR},
salesman_id = #{salesmanId,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
release_status = #{releaseStatus,jdbcType=INTEGER},
release_date = #{releaseDate,jdbcType=TIMESTAMP},
deleted_sign = #{deletedSign,jdbcType=INTEGER},
audit_status = #{auditStatus,jdbcType=INTEGER},
tech_broker_id = #{techBrokerId,jdbcType=VARCHAR},
country_name_zh = #{countryNameZh,jdbcType=VARCHAR},
international_flag = #{internationalFlag,jdbcType=INTEGER},
jmrh_flag = #{jmrhFlag,jdbcType=INTEGER},
boutique = #{boutique,jdbcType=INTEGER}
where id = #{id,jdbcType=VARCHAR}
update achievement set deleted_sign = 1
where id in
#{item}
insert into achievement
(id, deleted_sign, audit_status,
create_time, release_status, data_category,
name, keyword, category,
owner_name, owner_type, owner_id_number,
owner_mobile, owner_email, owner_postal_address,
cooperation_mode, introduction, tech_broker_id,international_flag
)
values
(
#{item.id,jdbcType=VARCHAR}, #{item.deletedSign,jdbcType=INTEGER}, #{item.auditStatus,jdbcType=INTEGER},
#{item.createTime,jdbcType=TIMESTAMP}, #{item.releaseStatus,jdbcType=INTEGER}, #{item.dataCategory,jdbcType=INTEGER},
#{item.name,jdbcType=VARCHAR}, #{item.keyword,jdbcType=VARCHAR}, #{item.category,jdbcType=INTEGER},
#{item.ownerName,jdbcType=VARCHAR}, #{item.ownerType,jdbcType=VARCHAR}, #{item.ownerIdNumber,jdbcType=VARCHAR},
#{item.ownerMobile,jdbcType=VARCHAR}, #{item.ownerEmail,jdbcType=VARCHAR}, #{item.ownerPostalAddress,jdbcType=VARCHAR},
#{item.cooperationMode,jdbcType=INTEGER}, #{item.introduction,jdbcType=LONGVARCHAR},#{item.techBrokerId,jdbcType=VARCHAR},
#{item.internationalFlag,jdbcType=INTEGER}
)