|
|
@@ -81,7 +81,7 @@ public class SettlementAppController extends BaseWebController {
|
|
|
AccountBalanceBack balanceBack = new AccountBalanceBack();
|
|
|
List<AccountBalanceList> list = Lists.newArrayList();
|
|
|
AccountBalanceList abList = new AccountBalanceList();
|
|
|
- abList.setBalance_amt(money);
|
|
|
+ abList.setAvl_amt(money);
|
|
|
list.add(abList);
|
|
|
balanceBack.setList(list);
|
|
|
return VaultsResponse.success(balanceBack);
|