From 96382ae55d8c2ad66954030e8ba8ada07852757f Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期六, 26 十月 2019 23:15:19 +0800 Subject: [PATCH] 关于提现的账户明细更改 --- fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java | 2 +- 1 files changed, 1 insertions(+), 1 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 a1e4ee2..87ae60b 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 @@ -541,7 +541,7 @@ items.add(new CommonMsgItemVO(new ClientTextStyleVO("鐘舵��", COLOR_TITLE), contentList)); contentList = new ArrayList<>(); - contentList.add(new ClientTextStyleVO(filterMoney(msg.getMoney()) + "鍏�", COLOR_HIGHLIGHT_CONTENT)); + contentList.add(new ClientTextStyleVO("楼" + filterMoney(msg.getMoney()), COLOR_HIGHLIGHT_CONTENT)); items.add(new CommonMsgItemVO(new ClientTextStyleVO("閲戦", COLOR_TITLE), contentList)); contentList = new ArrayList<>(); -- Gitblit v1.8.0