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