From 8f5ca1d337950be2a20cdb1a91a29a86fde1b07d Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期二, 12 十一月 2019 09:39:36 +0800 Subject: [PATCH] 红包封禁功能 --- fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 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 44c4f3f..ff11ec4 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 @@ -772,7 +772,7 @@ contentList = new ArrayList<>(); contentList.add(new ClientTextStyleVO(StringUtil.isNullOrEmpty(msg.getBeiZhu()) ? "鏃�" : msg.getBeiZhu(), COLOR_CONTENT)); - items.add(new CommonMsgItemVO(new ClientTextStyleVO("澶囨敞", COLOR_TITLE), contentList)); + items.add(new CommonMsgItemVO(new ClientTextStyleVO("澶� 娉�", COLOR_TITLE), contentList)); return new UserMsgVO("http://img.flqapp.com/img/tlj/icon_tlj.png", dto.getTitle(), msg.getUpdateTime() == null ? msg.getCreateTime() : msg.getUpdateTime(), @@ -1312,13 +1312,13 @@ if (!StringUtil.isNullOrEmpty(dto.getExplain())) { contentList = new ArrayList<>(); contentList.add(new ClientTextStyleVO(dto.getExplain() + "", COLOR_CONTENT)); - items.add(new CommonMsgItemVO(new ClientTextStyleVO("鍘熷洜", COLOR_TITLE), contentList)); + items.add(new CommonMsgItemVO(new ClientTextStyleVO("鍘� 鍥�", COLOR_TITLE), contentList)); } if (dto.getTotal() != null) { contentList = new ArrayList<>(); contentList.add(new ClientTextStyleVO(dto.getTotal(), COLOR_CONTENT)); - items.add(new CommonMsgItemVO(new ClientTextStyleVO("鍙垯绠楅", COLOR_TITLE), contentList)); + items.add(new CommonMsgItemVO(new ClientTextStyleVO("鍙姌绠楅", COLOR_TITLE), contentList)); } if (!StringUtil.isNullOrEmpty(dto.getNum())) { @@ -1330,13 +1330,13 @@ if (!StringUtil.isNullOrEmpty(dto.getSource())) { contentList = new ArrayList<>(); contentList.add(new ClientTextStyleVO(dto.getSource(), COLOR_CONTENT)); - items.add(new CommonMsgItemVO(new ClientTextStyleVO("鐘舵��", COLOR_TITLE), contentList)); + items.add(new CommonMsgItemVO(new ClientTextStyleVO("鐘� 鎬�", COLOR_TITLE), contentList)); } contentList = new ArrayList<>(); contentList.add(new ClientTextStyleVO(StringUtil.isNullOrEmpty(msg.getBeiZhu()) ? "鏃�" : msg.getBeiZhu(), COLOR_CONTENT)); - items.add(new CommonMsgItemVO(new ClientTextStyleVO("澶囨敞", COLOR_TITLE), contentList)); + items.add(new CommonMsgItemVO(new ClientTextStyleVO("澶� 娉�", COLOR_TITLE), contentList)); UserMsgVO userMsgVO = new UserMsgVO(); userMsgVO.setIcon(icon); -- Gitblit v1.8.0