Browse Source

内容管理增加排序

feature/syp_points
liuchuang 5 years ago
parent
commit
00aa116036
  1. 3
      esua-epdc/epdc-module/epdc-news/epdc-news-server/src/main/resources/mapper/NoticeDao.xml

3
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}

Loading…
Cancel
Save