select honour_id, company_id, des, img, create_by, create_time, update_by, update_time, remark from company_honour insert into company_honour company_id, des, img, create_by, create_time, update_by, update_time, remark, #{companyId}, #{des}, #{img}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{remark}, update company_honour company_id = #{companyId}, des = #{des}, img = #{img}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, remark = #{remark}, where honour_id = #{honourId} delete from company_honour where honour_id = #{honourId} delete from company_honour where honour_id in #{honourId}