Commit 880cc0f8 by 陶光胜

通知详情修改

parent abd720c5
......@@ -51,7 +51,7 @@ public class PushMessageServiceImpl implements PushMessageService {
public Page<UserMessageDTO> pageUserMessage(String search, Integer status, Date startTime, Date endTime,
Integer pushClassifyId, Integer userId) {
TabPushClassify byId = this.pushTypeService.getById(pushClassifyId);
return this.tabPushMessageMapper.pageUserMessage(search, status, startTime, endTime, byId.getClassifyName(), userId);
return this.tabPushMessageMapper.pageUserMessage(search, status, startTime, endTime, byId == null ? null : byId.getClassifyName(), userId);
}
@Override
......
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