Browse Source

接口修改

master
Jackwang 4 years ago
parent
commit
0ca3fedb86
  1. 4
      epdc-cloud-news/src/main/resources/mapper/NoticeDao.xml

4
epdc-cloud-news/src/main/resources/mapper/NoticeDao.xml

@ -161,10 +161,12 @@
AND en.DEL_FLAG = '0'
AND en.NOTICE_RELEASE_STATE = '1'
AND en.NOTICE_UP_DOWN_STATE = '1'
and mt.module_type='1'
<if test="typeId != null and typeId !=''">
AND FIND_IN_SET(#{typeId},ALL_TYPE_ID)
</if>
<if test="typeId == null or typeId ==''">
and mt.module_type='1'
</if>
ORDER BY
en.RELEASE_TIME DESC
LIMIT #{pageIndex},#{pageSize}

Loading…
Cancel
Save