Browse Source

更新

master
鲲鹏 4 years ago
parent
commit
0283643698
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/main/java/com/taauav/app/service/impl/NoticeServiceImpl.java

+ 0
- 1
src/main/java/com/taauav/app/service/impl/NoticeServiceImpl.java View File

@@ -65,7 +65,6 @@ public class NoticeServiceImpl extends ServiceImpl<NoticeMapper, UserNotice> imp
public Response getNoticeList(NoticeQuery query) {
// 查询条件
QueryWrapper<UserNotice> queryWrapper = new QueryWrapper<>();
queryWrapper.eq("status", 1);
queryWrapper.eq("mark", 1);
queryWrapper.orderByDesc("id");


Loading…
Cancel
Save