Browse Source

bug

release_toaliyun_real
xhxu 5 years ago
parent
commit
7679dc4653
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      mallinkService/src/main/resources/mapper/WxTemplateMsgMapper.xml

+ 3
- 1
mallinkService/src/main/resources/mapper/WxTemplateMsgMapper.xml View File

@@ -6,6 +6,8 @@
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/>
<result column="parent_tenant_id" jdbcType="VARCHAR" property="parentTenantId" />
<result column="template_id" jdbcType="VARCHAR" property="templateId"/>
<result column="custom_param" jdbcType="VARCHAR" property="customParam"/>

<result column="type" jdbcType="INTEGER" property="type"/>
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/>
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/>
@@ -13,7 +15,7 @@
</resultMap>

<sql id="allColumns">
`id`,`tenant_id`,`parent_tenant_id`,`template_id`,`type`,`create_date`,`update_date`,`on_off`
`id`,`tenant_id`,`parent_tenant_id`,`template_id`,`type`,`custom_param`,`create_date`,`update_date`,`on_off`
</sql>

<sql id="dynamicWhereConditions">


Loading…
Cancel
Save