select id, android_url, ios_url from app_download
insert into app_download
android_url,ios_url,#{androidUrl},#{iosUrl},
update app_download
android_url = #{androidUrl},ios_url = #{iosUrl},
where id = #{id}
delete from app_download where id = #{id}
delete from app_download where id in
#{id}