fanli/src/main/java/com/yeshi/fanli/controller/client/UserMsgController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
fanli/src/main/java/com/yeshi/fanli/controller/client/UserMsgController.java
@@ -655,7 +655,7 @@ List<PushGoods> list = pushGoodsService.listHistoryByPushTime(0, 1, uid, createTime); if (list != null && list.size() > 0) { MsgDeviceReadState state = msgDeviceReadStateService.getByDeviceAndPlatformAndType( UserCommonMsgVO.TYPE_ZHUSHOU, acceptData.getDevice(), UserCommonMsgVO.TYPE_RECOMMEND, acceptData.getDevice(), acceptData.getPlatform().equalsIgnoreCase("android") ? 1 : 2); boolean read = false; if (state != null && state.getReadTime() != null