Showing
1 changed file
with
1 additions
and
0 deletions
@@ -226,6 +226,7 @@ public class InBoxServiceImpl implements IInBoxService { | @@ -226,6 +226,7 @@ public class InBoxServiceImpl implements IInBoxService { | ||
226 | PageResponseVO<InBox> inBoxVo = listInboxByTypes(vo); | 226 | PageResponseVO<InBox> inBoxVo = listInboxByTypes(vo); |
227 | if(inBoxVo != null && !CollectionUtils.isEmpty(inBoxVo.getList())){ | 227 | if(inBoxVo != null && !CollectionUtils.isEmpty(inBoxVo.getList())){ |
228 | result.put("lastMessage",inBoxVo.getList().get(0).getContent()); | 228 | result.put("lastMessage",inBoxVo.getList().get(0).getContent()); |
229 | + result.put("createTime",inBoxVo.getList().get(0).getCreateTime()); | ||
229 | } | 230 | } |
230 | //查询未读消息总数 | 231 | //查询未读消息总数 |
231 | JSONArray inboxTypeInfo = getInboxTypeInfo(uid); | 232 | JSONArray inboxTypeInfo = getInboxTypeInfo(uid); |
-
Please register or login to post a comment