yujian
2019-01-22 88b54772dbcf5ecab1e2316e4e4626ac901b8908
fanli/src/main/java/com/yeshi/fanli/util/factory/msg/UserMsgVOFactory.java
@@ -135,7 +135,7 @@
         contentList = new ArrayList<>();
         contentList.add(new ClientTextStyleVO(
               TimeUtil.getGernalTime(msg.getExtract().getExtractTime(), "yyyy-MM-dd HH:mm"), COLOR_CONTENT));
               TimeUtil.getGernalTime(msg.getExtract().getExtractTime()+1000*60*60*24L, "yyyy-MM-dd HH:mm"), COLOR_CONTENT));
         items.add(new CommonMsgItemVO(new ClientTextStyleVO("预计到账", "#888888"), contentList));
         if (msg.getExtract().getState() == Extract.STATE_PASS) {//
@@ -249,7 +249,7 @@
                  date + msg.getMsgType().getDesc(),
                  msg.getUpdateTime() == null ? msg.getCreateTime() : msg.getUpdateTime(), items);
         else
            new UserMsgVO("http://img.flqapp.com/resource/msg/icon_msg_invite_money.png",
            return new UserMsgVO("http://img.flqapp.com/resource/msg/icon_msg_invite.png.png",
                  date + msg.getMsgType().getDesc(),
                  msg.getUpdateTime() == null ? msg.getCreateTime() : msg.getUpdateTime(), items);
@@ -301,7 +301,7 @@
               COLOR_CONTENT));
         items.add(new CommonMsgItemVO(new ClientTextStyleVO("备注", COLOR_TITLE), contentList));
         return new UserMsgVO("http://img.flqapp.com/resource/msg/icon_msg_share.png", msg.getMsgType().getDesc(),
         return new UserMsgVO("http://img.flqapp.com/resource/msg/icon_msg_share_money.png", msg.getMsgType().getDesc(),
               msg.getUpdateTime() == null ? msg.getCreateTime() : msg.getUpdateTime(), items);
      } else if (msg.getMsgType() == MsgTypeMoneyTypeEnum.inviteWeiQuan) {
         contentList.add(new ClientTextStyleVO(msg.getOrderId(), COLOR_CONTENT));