config_id, app_id, charset, format, gateway_url, notify_url, return_url, sign_type, sys_service_provider_id private_key, public_key delete from tool_alipay_config where config_id = #{configId,jdbcType=BIGINT} insert into tool_alipay_config (config_id, app_id, charset, format, gateway_url, notify_url, return_url, sign_type, sys_service_provider_id, private_key, public_key) values (#{configId,jdbcType=BIGINT}, #{appId,jdbcType=VARCHAR}, #{charset,jdbcType=VARCHAR}, #{format,jdbcType=VARCHAR}, #{gatewayUrl,jdbcType=VARCHAR}, #{notifyUrl,jdbcType=VARCHAR}, #{returnUrl,jdbcType=VARCHAR}, #{signType,jdbcType=VARCHAR}, #{sysServiceProviderId,jdbcType=VARCHAR}, #{privateKey,jdbcType=LONGVARCHAR}, #{publicKey,jdbcType=LONGVARCHAR}) insert into tool_alipay_config config_id, app_id, charset, format, gateway_url, notify_url, return_url, sign_type, sys_service_provider_id, private_key, public_key, #{configId,jdbcType=BIGINT}, #{appId,jdbcType=VARCHAR}, #{charset,jdbcType=VARCHAR}, #{format,jdbcType=VARCHAR}, #{gatewayUrl,jdbcType=VARCHAR}, #{notifyUrl,jdbcType=VARCHAR}, #{returnUrl,jdbcType=VARCHAR}, #{signType,jdbcType=VARCHAR}, #{sysServiceProviderId,jdbcType=VARCHAR}, #{privateKey,jdbcType=LONGVARCHAR}, #{publicKey,jdbcType=LONGVARCHAR}, update tool_alipay_config app_id = #{appId,jdbcType=VARCHAR}, charset = #{charset,jdbcType=VARCHAR}, format = #{format,jdbcType=VARCHAR}, gateway_url = #{gatewayUrl,jdbcType=VARCHAR}, notify_url = #{notifyUrl,jdbcType=VARCHAR}, return_url = #{returnUrl,jdbcType=VARCHAR}, sign_type = #{signType,jdbcType=VARCHAR}, sys_service_provider_id = #{sysServiceProviderId,jdbcType=VARCHAR}, private_key = #{privateKey,jdbcType=LONGVARCHAR}, public_key = #{publicKey,jdbcType=LONGVARCHAR}, where config_id = #{configId,jdbcType=BIGINT} update tool_alipay_config set app_id = #{appId,jdbcType=VARCHAR}, charset = #{charset,jdbcType=VARCHAR}, format = #{format,jdbcType=VARCHAR}, gateway_url = #{gatewayUrl,jdbcType=VARCHAR}, notify_url = #{notifyUrl,jdbcType=VARCHAR}, return_url = #{returnUrl,jdbcType=VARCHAR}, sign_type = #{signType,jdbcType=VARCHAR}, sys_service_provider_id = #{sysServiceProviderId,jdbcType=VARCHAR}, private_key = #{privateKey,jdbcType=LONGVARCHAR}, public_key = #{publicKey,jdbcType=LONGVARCHAR} where config_id = #{configId,jdbcType=BIGINT} update tool_alipay_config set app_id = #{appId,jdbcType=VARCHAR}, charset = #{charset,jdbcType=VARCHAR}, format = #{format,jdbcType=VARCHAR}, gateway_url = #{gatewayUrl,jdbcType=VARCHAR}, notify_url = #{notifyUrl,jdbcType=VARCHAR}, return_url = #{returnUrl,jdbcType=VARCHAR}, sign_type = #{signType,jdbcType=VARCHAR}, sys_service_provider_id = #{sysServiceProviderId,jdbcType=VARCHAR} where config_id = #{configId,jdbcType=BIGINT}