Browse Source

fix

master
winter 1 year ago
parent
commit
8a2070e3a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      yqzjService/src/main/resources/mapper/YqzjHotNewsMapper.xml

+ 1
- 1
yqzjService/src/main/resources/mapper/YqzjHotNewsMapper.xml View File

@@ -6,7 +6,7 @@
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId"/>
<result column="parent_tenant_id" jdbcType="VARCHAR" property="parentTenantId" />
<result column="type" jdbcType="INTEGER" property="type"/>
<result column="display" jdbcType="BIGINT" property="newsId"/>
<result column="display" jdbcType="BIGINT" property="display"/>
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/>
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/>
</resultMap>


Loading…
Cancel
Save