Ver código fonte

fix bug

master
lin 1 ano atrás
pai
commit
c1b5835a64
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      gptService/src/main/resources/mapper/WxAppinfoMapper.xml

+ 2
- 1
gptService/src/main/resources/mapper/WxAppinfoMapper.xml Ver arquivo

@@ -4,6 +4,7 @@
<resultMap id="BaseResultMap" type="com.iformall.domain.po.WxAppinfo">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/>
<result column="parent_tenant_id" jdbcType="VARCHAR" property="parentTenantId"/>
<result column="app_id" jdbcType="VARCHAR" property="appId"/>
<result column="parent_app_id" jdbcType="VARCHAR" property="parentAppId"/>
<result column="name" jdbcType="VARCHAR" property="name"/>
@@ -28,7 +29,7 @@
</resultMap>

<sql id="allColumns">
`id`,`tenant_id`,`app_id`,`parent_app_id`,`name`,
`id`,`tenant_id`,`parent_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`,`enable`,`plat`,`sort_url`,`business_license`,`icp`
</sql>


Carregando…
Cancelar
Salvar