select case_info_id, case_info_title, config_type_id, typical_flag, case_info_desc, case_info_pic, case_info_html, create_time, create_by, update_time, update_by from hw_product_case_info hpci
select case_info_id, case_info_title, config_type_id, typical_flag, case_info_desc, case_info_pic, create_time, create_by, update_time, update_by from hw_product_case_info hpci
insert into hw_product_case_info
case_info_title,
config_type_id,
typical_flag,
case_info_desc,
case_info_pic,
case_info_html,
create_time,
create_by,
update_time,
update_by,
#{caseInfoTitle},
#{configTypeId},
#{typicalFlag},
#{caseInfoDesc},
#{caseInfoPic},
#{caseInfoHtml},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
update hw_product_case_info
case_info_title = #{caseInfoTitle},
config_type_id = #{configTypeId},
typical_flag = #{typicalFlag},
case_info_desc = #{caseInfoDesc},
case_info_pic = #{caseInfoPic},
case_info_html = #{caseInfoHtml},
create_time = #{createTime},
create_by = #{createBy},
update_time = #{updateTime},
update_by = #{updateBy},
where case_info_id = #{caseInfoId}
delete from hw_product_case_info where case_info_id = #{caseInfoId}
delete from hw_product_case_info where case_info_id in
#{caseInfoId}
select hpci.case_info_id, hpci.case_info_title, hpci.config_type_id, hpci.typical_flag, hpci.case_info_desc, hpci.case_info_pic, hpci.create_time,
hpci.create_by, hpci.update_time, hpci.update_by,hpct.config_type_name from hw_product_case_info hpci left join hw_portal_config_type hpct on hpci.config_type_id=hpct.config_type_id