admin
2020-05-20 98b1a0affd69bbe63223c21fdd2c404e8bedfccb
fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgMoneyDetailFactory.java
@@ -29,7 +29,8 @@
    * @param beiZhu
    * @return
    */
   public static MsgMoneyDetail createExtractMsg(String stateDesc, Long uid, Extract extract, String reason, String alipayNo) {
   public static MsgMoneyDetail createExtractMsg(String stateDesc, Long uid, Extract extract, String reason,
         String alipayNo, String beizu) {
      if (extract == null || uid == null)
         return null;
      
@@ -54,9 +55,8 @@
         listMsg.add(CommonMsgItemVOFactory.createMsgItemVO(new ClientTextStyleVO("原因", ClientTextStyleVO.COLOR_TITLE),
               new ClientTextStyleVO(reason, ClientTextStyleVO.COLOR_CONTENT)));
      }
      listMsg.add(CommonMsgItemVOFactory.createMsgItemVO(new ClientTextStyleVO("备注", ClientTextStyleVO.COLOR_TITLE),
            new ClientTextStyleVO("如有疑问请联系人工客服", ClientTextStyleVO.COLOR_CONTENT)));
            new ClientTextStyleVO(beizu, ClientTextStyleVO.COLOR_CONTENT)));
      
      MsgMoneyDetail detail = new MsgMoneyDetail();
      detail.setBeiZhu(reason);