admin
2020-04-28 061e912ff3cec51f8f8dcb4e6336bcd2fc03c164
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;
   }