|
|
|
@@ -16,6 +16,7 @@ |
|
|
|
<result column="expires_in" jdbcType="INTEGER" property="expiresIn"/> |
|
|
|
<result column="pay_id" jdbcType="BIGINT" property="payId"/> |
|
|
|
<result column="type" jdbcType="INTEGER" property="type"/> |
|
|
|
<result column="mould_type" jdbcType="INTEGER" property="mouldType"/> |
|
|
|
<result column="pay_bill_id" jdbcType="BIGINT" property="payBillId"/> |
|
|
|
<result column="plat" jdbcType="INTEGER" property="plat"/> |
|
|
|
<!-- <result column="group_support" jdbcType="INTEGER" property="groupSupport"/>--> |
|
|
|
@@ -25,7 +26,7 @@ |
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`app_id`,`parent_app_id`,`name`, |
|
|
|
`secret`,`token`,`aes_key`,`msg_data_format`,`access_token`,`last_token_time`,`expires_in`, |
|
|
|
`pay_id`,`type`,`pay_bill_id`,`plat` |
|
|
|
`pay_id`,`type`,`mould_type`,`pay_bill_id`,`plat` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|