admin
2020-06-10 271ae63c20fcbe28d29c47f1881138ff6551a2a1
fanli/src/main/java/com/yeshi/fanli/util/factory/AccountDetailsFactory.java
@@ -109,7 +109,7 @@
         accountDetails.setType(AccountDetailsFactory.TUIKUAN);
      else
         accountDetails.setType(AccountDetailsFactory.QITA);
      accountDetails.setTitle(map.get(accountDetails.getType()));
      accountDetails.setTitle(accountDetails.getTitle());
      accountDetails.setUserInfo(userMoneyDetail.getUserInfo());
      return accountDetails;
   }