|
|
|
@@ -11,6 +11,7 @@ |
|
|
|
<result column="api_key" jdbcType="VARCHAR" property="apiKey"/> |
|
|
|
<result column="notify_url" jdbcType="VARCHAR" property="notifyUrl"/> |
|
|
|
<result column="cert_path" jdbcType="VARCHAR" property="certPath"/> |
|
|
|
<result column="merchant_cert_path" jdbcType="VARCHAR" property="merchantCertPath"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="share" jdbcType="INTEGER" property="share"/> |
|
|
|
<result column="rate" jdbcType="INTEGER" property="rate"/> |
|
|
|
@@ -25,7 +26,7 @@ |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`mch_id`,`sub_mch_id`,`sub_app_id`,`api_key`,`notify_url`,`cert_path`, |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`mch_id`,`sub_mch_id`,`sub_app_id`,`api_key`,`notify_url`,`cert_path`,`merchant_cert_path`, |
|
|
|
`type`,`share`,`rate`,`real_rate`, |
|
|
|
`service_id`,`pay_score_notify_url`,`api_v3_key`,`cert_serial_no`,`private_key_path`,`private_cert_path` |
|
|
|
</sql> |
|
|
|
|