select id, pay_type, appid,appname,appsecret, yb_merchant_no, yb_key, yb_notify_url, tzh_merchant_no, tzh_appsecret, tzh_private_key, tzh_public_key, tzh_appkey, tzh_pay_notify_url, tzh_refund_notify_url, tzh_split_notify_url, wx_merchant_no, wx_key, hf_product_no, hf_system_no, hf_merchant_no, hf_private_key, hf_public_key, hf_pay_notify_url, hf_large_pay_notify_url, hf_refund_notify_url, hf_large_refund_notify_url, status, create_time, update_time from payment_mini_program_config insert into payment_mini_program_config pay_type, appname, appid, appsecret, yb_merchant_no, yb_key, yb_notify_url, tzh_merchant_no, tzh_appsecret, tzh_private_key, tzh_public_key, tzh_appkey, tzh_pay_notify_url, tzh_refund_notify_url, tzh_split_notify_url, wx_merchant_no, wx_key, hf_product_no, hf_system_no, hf_merchant_no, hf_private_key, hf_public_key, hf_pay_notify_url, hf_large_pay_notify_url, hf_refund_notify_url, hf_large_refund_notify_url, status, create_time, update_time, #{payType}, #{appName}, #{appid}, #{appSecret}, #{ybMerchantNo}, #{ybKey}, #{ybNotifyUrl}, #{tzhMerchantNo}, #{tzhAppsecret}, #{tzhPrivateKey}, #{tzhPublicKey}, #{tzhAppkey}, #{tzhPayNotifyUrl}, #{tzhRefundNotifyUrl}, #{tzhSplitNotifyUrl}, #{wxMerchantNo}, #{wxKey}, #{hfProductNo}, #{hfSystemNo}, #{hfMerchantNo}, #{hfPrivateKey}, #{hfPublicKey}, #{hfPayNotifyUrl}, #{hfLargePayNotifyUrl}, #{hfRefundNotifyUrl}, #{hfLargeRefundNotifyUrl}, #{status}, #{createTime}, #{updateTime}, update payment_mini_program_config pay_type = #{payType}, appname = #{appName}, appid = #{appid}, appsecret = #{appSecret}, yb_merchant_no = #{ybMerchantNo}, yb_key = #{ybKey}, yb_notify_url = #{ybNotifyUrl}, tzh_merchant_no = #{tzhMerchantNo}, tzh_appsecret = #{tzhAppsecret}, tzh_private_key = #{tzhPrivateKey}, tzh_public_key = #{tzhPublicKey}, tzh_appkey = #{tzhAppkey}, tzh_pay_notify_url = #{tzhPayNotifyUrl}, tzh_refund_notify_url = #{tzhRefundNotifyUrl}, tzh_split_notify_url = #{tzhSplitNotifyUrl}, wx_merchant_no = #{wxMerchantNo}, wx_key = #{wxKey}, hf_product_no = #{hfProductNo}, hf_system_no = #{hfSystemNo}, hf_merchant_no = #{hfMerchantNo}, hf_private_key = #{hfPrivateKey}, hf_public_key = #{hfPublicKey}, hf_pay_notify_url = #{hfPayNotifyUrl}, hf_large_pay_notify_url = #{hfLargePayNotifyUrl}, hf_refund_notify_url = #{hfRefundNotifyUrl}, hf_large_refund_notify_url = #{hfLargeRefundNotifyUrl}, status = #{status}, create_time = #{createTime}, update_time = #{updateTime}, where id = #{id} delete from payment_mini_program_config where id = #{id} delete from payment_mini_program_config where id in #{id}