From a99de6e3ab8c984ad274f53ac350fa56548f2374 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 28 八月 2019 14:38:11 +0800
Subject: [PATCH] 自购立减/分享爆款返回数据修改修改

---
 fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java b/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java
index 10dbe43..2eb2630 100644
--- a/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java
+++ b/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java
@@ -627,7 +627,9 @@
 				contentList = new ArrayList<>();
 				contentList.add(new ClientTextStyleVO(dto.getLeftDay() + "", COLOR_HIGHLIGHT_CONTENT));
 				
-				if (msg.getType() == MsgTypeOtherTypeEnum.couponMianDan) {
+				if (msg.getType() == MsgTypeOtherTypeEnum.couponReward) {
+					contentList.add(new ClientTextStyleVO("澶╋紙鏈娇鐢ㄥ皢浼氳繃鏈燂級", COLOR_CONTENT));
+				} else if (msg.getType() == MsgTypeOtherTypeEnum.couponMianDan) {
 					contentList.add(new ClientTextStyleVO("澶╋紙鏈娇鐢ㄥ皢浼氳繃鏈燂級", COLOR_CONTENT));
 				} else {
 					contentList.add(new ClientTextStyleVO("澶�", COLOR_CONTENT));
@@ -779,7 +781,7 @@
 			if (!StringUtil.isNullOrEmpty(dto.getTotalGold())) {
 				contentList = new ArrayList<>();
 				contentList.add(new ClientTextStyleVO(dto.getTotalGold() + "", COLOR_CONTENT));
-				items.add(new CommonMsgItemVO(new ClientTextStyleVO("閲戝竵鎬绘暟", COLOR_TITLE), contentList));
+				items.add(new CommonMsgItemVO(new ClientTextStyleVO("鍓╀綑", COLOR_TITLE), contentList));
 			}
 
 			if (!StringUtil.isNullOrEmpty(dto.getThing())) {

--
Gitblit v1.8.0