select version_id,baidu_url,update_config, version_name, version_code, note, url, type, is_force, create_time, app_type,h5_url,wgt_url from fs_app_version
insert into fs_app_version
version_name,
version_code,
note,
url,
type,
is_force,
create_time,
app_type,
update_config,
baidu_url,
h5_url,
wgt_url,
#{versionName},
#{versionCode},
#{note},
#{url},
#{type},
#{isForce},
#{createTime},
#{appType},
#{updateConfig},
#{baiduUrl},
#{h5Url},
#{wgtUrl},
update fs_app_version
version_name = #{versionName},
version_code = #{versionCode},
note = #{note},
url = #{url},
type = #{type},
is_force = #{isForce},
create_time = #{createTime},
app_type = #{appType},
update_config = #{updateConfig},
baidu_url = #{baiduUrl},
h5_url = #{h5Url},
wgt_url = #{wgtUrl},
where version_id = #{versionId}
delete from fs_app_version where version_id = #{versionId}
delete from fs_app_version where version_id in
#{versionId}