瀏覽代碼

fix

master
winter 1 年之前
父節點
當前提交
8a2070e3a8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      yqzjService/src/main/resources/mapper/YqzjHotNewsMapper.xml

+ 1
- 1
yqzjService/src/main/resources/mapper/YqzjHotNewsMapper.xml 查看文件

@@ -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…
取消
儲存