增加消息逻辑删除,排错
This commit is contained in:
@ -163,8 +163,6 @@ public class WgzMessageServiceImpl extends ServicePlusImpl<WgzMessageMapper, Wgz
|
||||
public TableDataInfo<WgzAppGetMessageListRes> userGetMessageList(WgzAppGetMessageListReq req) {
|
||||
Long appUserId = SecurityUtils.getAppUserId();
|
||||
WgzUser wgz = wgzUserService.findByUserId(appUserId);
|
||||
|
||||
|
||||
req.setRecipientId(appUserId);
|
||||
Page<WgzAppGetMessageListReq> queryDTOPage = new Page<>();
|
||||
queryDTOPage.setCurrent(req.getPageNum());
|
||||
|
||||
Reference in New Issue
Block a user