select id, appid,scenic_id, app_name, service_channel, body_info, authentication_status, registration_status, authorization_time, qr_code, image, create_time, create_by, update_time, update_by, remark
from zdy_base_online_platform
insert into zdy_base_online_platform
appid,
app_name,
service_channel,
body_info,
authentication_status,
registration_status,
authorization_time,
qr_code,
image,
create_time,
create_by,
update_time,
update_by,
remark,
scenic_id,
#{appid},
#{appName},
#{serviceChannel},
#{bodyInfo},
#{authenticationStatus},
#{registrationStatus},
#{authorizationTime},
#{qrCode},
#{image},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{remark},
#{scenicId},
update zdy_base_online_platform
appid =
#{appid},
app_name =
#{appName},
service_channel =
#{serviceChannel},
body_info =
#{bodyInfo},
authentication_status =
#{authenticationStatus},
registration_status =
#{registrationStatus},
authorization_time =
#{authorizationTime},
qr_code =
#{qrCode},
image =
#{image},
create_time =
#{createTime},
create_by =
#{createBy},
update_time =
#{updateTime},
update_by =
#{updateBy},
remark =
#{remark},
scenic_id =
#{scenicId},
where id = #{id}
delete from zdy_base_online_platform where id = #{id}
delete from zdy_base_online_platform where id in
#{id}