From 32b044aa78edf5d3e54c380a7ded17a266af6948 Mon Sep 17 00:00:00 2001 From: liyj <15602261488@163.com> Date: Sat, 26 Oct 2024 12:01:01 +0800 Subject: [PATCH] 1、白云区矛盾纠纷多元化解平台数据割接脚本-同步在途工单 --- dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/dao/mapper/xml/HotNewsMapper.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/HotNewsMapper.xml b/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/dao/mapper/xml/HotNewsMapper.xml index 00603d3..3ba069d 100644 --- a/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/dao/mapper/xml/HotNewsMapper.xml +++ b/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/dao/mapper/xml/HotNewsMapper.xml @@ -17,6 +17,7 @@ <result property="content" column="content"/> <result property="source" column="source"/> <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"/> @@ -35,6 +36,7 @@ content, source, show_url, + image_url, push_time, play_num, good_num, -- Gitblit v1.8.0