소스 검색

fix bug

master
lin 1 년 전
부모
커밋
c1b5835a64
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      gptService/src/main/resources/mapper/WxAppinfoMapper.xml

+ 2
- 1
gptService/src/main/resources/mapper/WxAppinfoMapper.xml 파일 보기

@@ -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>


불러오는 중...
취소
저장