admin
2020-01-08 3e236d3f70dc55de0357b5ae19e1e3dd1682374f
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;
   }