select id, app_id, hf_product_id, hf_sys_id, huifu_id, hf_pay_notify_url, hf_pay_online_notify_url, hf_refund_notify_url, hf_online_refund_notify_url, hf_rsa_private_key, hf_rsa_public_key, create_time, update_time from fs_hfpay_config
insert into fs_hfpay_config
id,
app_id,
hf_product_id,
hf_sys_id,
huifu_id,
hf_pay_notify_url,
hf_pay_online_notify_url,
hf_refund_notify_url,
hf_online_refund_notify_url,
hf_rsa_private_key,
hf_rsa_public_key,
create_time,
update_time,
#{id},
#{appId},
#{hfProductId},
#{hfSysId},
#{huifuId},
#{hfPayNotifyUrl},
#{hfPayOnlineNotifyUrl},
#{hfRefundNotifyUrl},
#{hfOnlineRefundNotifyUrl},
#{hfRsaPrivateKey},
#{hfRsaPublicKey},
#{createTime},
#{updateTime},
update fs_hfpay_config
app_id = #{appId},
hf_product_id = #{hfProductId},
hf_sys_id = #{hfSysId},
huifu_id = #{huifuId},
hf_pay_notify_url = #{hfPayNotifyUrl},
hf_pay_online_notify_url = #{hfPayOnlineNotifyUrl},
hf_refund_notify_url = #{hfRefundNotifyUrl},
hf_online_refund_notify_url = #{hfOnlineRefundNotifyUrl},
hf_rsa_private_key = #{hfRsaPrivateKey},
hf_rsa_public_key = #{hfRsaPublicKey},
create_time = #{createTime},
update_time = #{updateTime},
where id = #{id}
delete from fs_hfpay_config where id = #{id}
delete from fs_hfpay_config where id in
#{id}