From 00aa116036bc3c24be9bc19e223289aecc4de156 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Fri, 6 Nov 2020 09:55:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AE=B9=E7=AE=A1=E7=90=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epdc-news-server/src/main/resources/mapper/NoticeDao.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/resources/mapper/NoticeDao.xml b/esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/resources/mapper/NoticeDao.xml index 65a5ec39..aab411fb 100644 --- a/esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/resources/mapper/NoticeDao.xml +++ b/esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/resources/mapper/NoticeDao.xml @@ -165,7 +165,8 @@ t1.NOTICE_CATEGORY, t2.CATEGORY_NAME, t1.MOBILE, - t1.NOTICE_VIDEO_URL + t1.NOTICE_VIDEO_URL, + t1.SORT from epdc_notice t1 left join epdc_module_category t2 on t1.NOTICE_CATEGORY = t2.CATEGORY_CODE where t1.DEL_FLAG='0' and t2.DEL_FLAG='0' and t1.CREATED_BY = #{createdBy}