winter il y a 1 an
Parent
révision
8a2070e3a8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      yqzjService/src/main/resources/mapper/YqzjHotNewsMapper.xml

+ 1
- 1
yqzjService/src/main/resources/mapper/YqzjHotNewsMapper.xml Voir le fichier

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


Chargement…
Annuler
Enregistrer