From 857b5160063436aead0f92d7a8fc479994329657 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期三, 31 七月 2019 16:34:27 +0800 Subject: [PATCH] 分享模板 --- fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserMsgController.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserMsgController.java b/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserMsgController.java index 94f9ef1..6accc2b 100644 --- a/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserMsgController.java +++ b/fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserMsgController.java @@ -847,6 +847,8 @@ if (state != null && state.getReadTime() != null && zhuShouMsg.getUpdateTime().getTime() < state.getReadTime().getTime()) read = true; + if (notify.getJumpDetail() == null) + read = true; // 鏌ヨ鏄惁宸茶 UserCommonMsgVO vo = new UserCommonMsgVO(notify.getIcon(), notify.getTitle(), notify.getUpdateTime(), UserCommonMsgVO.TYPE_NOTIFY, notify.getContent(), read, notify.getJumpDetail(), notify.getParams(), -- Gitblit v1.8.0