...
|
...
|
@@ -226,6 +226,7 @@ public class InBoxServiceImpl implements IInBoxService { |
|
|
PageResponseVO<InBox> inBoxVo = listInboxByTypes(vo);
|
|
|
if(inBoxVo != null && !CollectionUtils.isEmpty(inBoxVo.getList())){
|
|
|
result.put("lastMessage",inBoxVo.getList().get(0).getContent());
|
|
|
result.put("createTime",inBoxVo.getList().get(0).getCreateTime());
|
|
|
}
|
|
|
//查询未读消息总数
|
|
|
JSONArray inboxTypeInfo = getInboxTypeInfo(uid);
|
...
|
...
|
|