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