提交 84f55449 authored 作者: huyufan's avatar huyufan

修改BUG

上级 c82d9560
...@@ -186,6 +186,8 @@ public class OwnerAccountServiceImpl implements OwnerAccountService { ...@@ -186,6 +186,8 @@ public class OwnerAccountServiceImpl implements OwnerAccountService {
runningWaterRecord.setFrozenBalance(caseOutBalance); runningWaterRecord.setFrozenBalance(caseOutBalance);
//扣除金额 //扣除金额
runningWaterRecord.setTakeOutBalance(caseOutBalance); runningWaterRecord.setTakeOutBalance(caseOutBalance);
//可用余额
runningWaterRecord.setUsableBalance(account.getUsableBalance());
runningWaterRecord.setOwnerUserNo(param.getOwnerUserNo()); runningWaterRecord.setOwnerUserNo(param.getOwnerUserNo());
runningWaterRecord.setAccountType(param.getAccountType()); runningWaterRecord.setAccountType(param.getAccountType());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论