提交 f56405a0 authored 作者: huyufan's avatar huyufan

处理BUG

上级 797132e4
......@@ -127,8 +127,7 @@ public class SettlementServiceImpl implements SettlementService {
update.setAccountBalance(ans);
update.setModifiedTime(account.getModifiedTime());
update.setFrozenBalance(ans);
update.setUsableBalance(BigDecimal.ZERO);
Integer i = ownerAccountDao.updateAccountCAS(update, LocalDateTime.now(), false);
Integer i = ownerAccountDao.updateOwnerAccountForConfirm(update);
if (null != i && i >0 ) {
break;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论