Browse Source

新闻列表问题修复

hotfix/yujt_opt
yujt 5 years ago
parent
commit
ffb33f5f4a
  1. 2
      epdc-cloud-news/src/main/resources/mapper/NewsDao.xml

2
epdc-cloud-news/src/main/resources/mapper/NewsDao.xml

@ -37,7 +37,7 @@
AND en.NEWS_UP_DOWN_STATE = '0'
<choose>
<when test="categoryCode != null and categoryCode != ''">AND nc.CATEGORY_CODE = #{categoryCode}</when>
<otherwise>en.section_code = #{sectionCode}</otherwise>
<otherwise>AND en.section_code = #{sectionCode}</otherwise>
</choose>
AND nc.independent_flag = '0'
ORDER BY

Loading…
Cancel
Save