select web_id, web_json, web_json_string, web_code, web_json_english, is_delete from hw_web insert into hw_web web_json, web_json_string, web_code, web_json_english, is_delete, #{webJson}, #{webJsonString}, #{webCode}, #{webJsonEnglish}, #{isDelete}, '0', update hw_web web_json = #{webJson}, web_json_string = #{webJsonString}, web_json_english = #{webJsonEnglish}, where web_code = #{webCode} update hw_web set is_delete = '1' where web_id = #{webId} update hw_web set is_delete = '1' where web_id in #{webId}