|
@@ -199,6 +199,9 @@ public class KfRoomServiceImpl extends ServiceImpl<KfRoomMapper, KfRoom> impleme
|
|
|
if (Objects.equals(kfRoomMsg.getMsgType(), KfRoomMsgTypeEnum.KF_MSG_TYPE_LINK.getValue())) {
|
|
|
roomBean.setLastMsg("[充值]");
|
|
|
}
|
|
|
+ if (Objects.equals(kfRoomMsg.getMsgType(), KfRoomMsgTypeEnum.KF_MSG_TYPE_MINI_APP.getValue())) {
|
|
|
+ roomBean.setLastMsg("[小程序]");
|
|
|
+ }
|
|
|
roomBean.setLastMsgTime(kfRoomMsg.getCreateTime());
|
|
|
roomBean.setMsgOwner(kfRoomMsg.getMsgOwner());
|
|
|
}
|