From 9113e6d543b6e32711c0cb8f0697c993cd96446d Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 31 七月 2019 14:50:16 +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