...
This commit is contained in:
parent
40817f2ddf
commit
aaeda5f9bd
|
@ -73,7 +73,10 @@ public class SysNoticeServiceImpl extends CrudServiceImpl<SysNoticeDao, SysNotic
|
|||
@Override
|
||||
public PageData<SysNoticeDTO> getMyNoticePage(Map<String, Object> params) {
|
||||
//分页
|
||||
IPage<SysNoticeEntity> page = getPage(params, null, false);
|
||||
IPage<SysNoticeEntity> page = baseDao.selectPage(
|
||||
getPage(params, null, false),
|
||||
getWrapper(params)
|
||||
);
|
||||
|
||||
//查询
|
||||
params.put("receiverId", SecurityUser.getUserId());
|
||||
|
|
Loading…
Reference in New Issue