admin
2019-09-29 02d65bf44ae94ee5c8f126181fbb08faf7e65f7e
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;
   }