Commit 3d782a33 by carrieyzzhang

notice top

parent d51f5f53
......@@ -71,7 +71,7 @@ public class NoticeServiceImpl implements NoticeService {
} else if (!isread && !notice.getIs_top()) {
unreadNotTopList.add(notice);
} else if (isread && notice.getIs_top()) {
readNotTopList.add(notice);
readTopList.add(notice);
} else {
readNotTopList.add(notice);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment