From e79d8c8f9679839bf983341fe2cf3212e1bb3001 Mon Sep 17 00:00:00 2001
From: wangwh <2397901735@qq.com>
Date: Mon, 28 Oct 2024 14:44:33 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/gzdyh_test' into gzdyh_test

---
 dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/dao/mapper/xml/HotVideoMapper.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/dao/mapper/xml/HotVideoMapper.xml b/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/dao/mapper/xml/HotVideoMapper.xml
index 1b6c3d7..c949c0e 100644
--- a/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/dao/mapper/xml/HotVideoMapper.xml
+++ b/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/dao/mapper/xml/HotVideoMapper.xml
@@ -14,6 +14,7 @@
             <result property="id" column="id"/>
             <result property="title" column="title"/>
             <result property="showUrl" column="show_url"/>
+            <result property="imageUrl" column="image_url"/>
             <result property="pushTime" column="push_time"/>
             <result property="playNum" column="play_num"/>
             <result property="goodNum" column="good_num"/>
@@ -29,6 +30,7 @@
         id,
         title,
         show_url,
+        image_url,
         push_time,
         play_num,
         good_num,

--
Gitblit v1.8.0