@ -164,4 +164,9 @@ public class NoticeDTO implements Serializable {
*/
private List<String> noticeCategoriesShow;
/**
* 排序
private Integer sort;
}
@ -121,4 +121,9 @@ public class NoticeEntity extends BaseEpdcEntity {
* 通知视频地址
private String noticeVideoUrl;
@ -127,9 +127,8 @@
<if test='noticeCategory != null and noticeCategory != "" and noticeCategory == "notice_navigation_hot"'>
en.READING_AMOUNT DESC
</if>
<if test='noticeCategory != null and noticeCategory != "" and noticeCategory != "notice_navigation_hot"'>
en.SORT,
en.RELEASE_TIME DESC
LIMIT #{pageIndex},#{pageSize}
</select>