提交 70d30fdb authored 作者: huyufan's avatar huyufan

修改BUG

上级 8b7e4cc8
......@@ -183,7 +183,7 @@ public class OwnerAccountServiceImpl implements OwnerAccountService {
//账户余额
runningWaterRecord.setAccountBalance(account.getAccountBalance());
//冻结金额
runningWaterRecord.setFrozenBalance(caseOutBalance);
runningWaterRecord.setFrozenBalance(BigDecimal.ZERO);
//扣除金额
runningWaterRecord.setTakeOutBalance(caseOutBalance);
//可用余额
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论