admin
2019-01-29 6f1477723f6fdd86490fc27e776c5a5101ef2a9c
fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java
@@ -134,11 +134,12 @@
            contentList.add(new ClientTextStyleVO(msg.getExtract().getReason(), COLOR_CONTENT));
         items.add(new CommonMsgItemVO(new ClientTextStyleVO("状态说明", COLOR_TITLE), contentList));
         contentList = new ArrayList<>();
         contentList.add(new ClientTextStyleVO(TimeUtil.getGernalTime(
               msg.getExtract().getExtractTime() + 1000 * 60 * 60 * 24L, "yyyy-MM-dd HH:mm"), COLOR_CONTENT));
         items.add(new CommonMsgItemVO(new ClientTextStyleVO("预计到账", COLOR_TITLE), contentList));
         if (msg.getExtract().getState() != Extract.STATE_REJECT) {
            contentList = new ArrayList<>();
            contentList.add(new ClientTextStyleVO(TimeUtil.getGernalTime(
                  msg.getExtract().getExtractTime() + 1000 * 60 * 60 * 24L, "yyyy-MM-dd HH:mm"), COLOR_CONTENT));
            items.add(new CommonMsgItemVO(new ClientTextStyleVO("预计到账", COLOR_TITLE), contentList));
         }
         if (msg.getExtract().getState() == Extract.STATE_PASS) {//
            contentList = new ArrayList<>();
            contentList.add(new ClientTextStyleVO(
@@ -250,7 +251,7 @@
                  date + msg.getMsgType().getDesc(),
                  msg.getUpdateTime() == null ? msg.getCreateTime() : msg.getUpdateTime(), items);
         else
            return new UserMsgVO("http://img.flqapp.com/resource/msg/icon_msg_invite_money.png.png",
            return new UserMsgVO("http://img.flqapp.com/resource/msg/icon_msg_invite_money.png",
                  date + msg.getMsgType().getDesc(),
                  msg.getUpdateTime() == null ? msg.getCreateTime() : msg.getUpdateTime(), items);