select id, appid, appkey, merchant_id, merchant_api_key, open_key, open_secret, binding_ip, sy_key, sy_secret, sy_url, sy_shop_id, status, create_by, create_time, update_by, update_time, remark from wx_parameter_setting
insert into wx_parameter_setting
id,
appid,
appkey,
merchant_id,
merchant_api_key,
open_key,
open_secret,
binding_ip,
sy_key,
sy_secret,
sy_url,
sy_shop_id,
status,
create_by,
create_time,
update_by,
update_time,
remark,
#{id},
#{appid},
#{appkey},
#{merchantId},
#{merchantApiKey},
#{openKey},
#{openSecret},
#{bindingIp},
#{syKey},
#{sySecret},
#{syUrl},
#{syShopId},
#{status},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update wx_parameter_setting
appid = #{appid},
appkey = #{appkey},
merchant_id = #{merchantId},
merchant_api_key = #{merchantApiKey},
open_key = #{openKey},
open_secret = #{openSecret},
binding_ip = #{bindingIp},
sy_key = #{syKey},
sy_secret = #{sySecret},
sy_url = #{syUrl},
sy_shop_id = #{syShopId},
status = #{status},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from wx_parameter_setting where id = #{id}
delete from wx_parameter_setting where id in
#{id}