Browse Source

/。 mall

release_toaliyun_real
xhxu 4 years ago
parent
commit
e1df03a5a0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxAppinfoMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxAppinfoMapper.xml View File

@@ -18,6 +18,7 @@
<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="enable" jdbcType="INTEGER" property="enable"/>
<result column="plat" jdbcType="INTEGER" property="plat"/>
<!-- <result column="group_support" jdbcType="INTEGER" property="groupSupport"/>-->

@@ -26,7 +27,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`,`mould_type`,`pay_bill_id`,`plat`
`pay_id`,`type`,`mould_type`,`pay_bill_id`,`enable`,`plat`
</sql>

<sql id="dynamicWhereConditions">


Loading…
Cancel
Save