提交 278b1dd3 authored 作者: huyufan's avatar huyufan

扣款先按虚拟币

上级 8886c4c6
......@@ -740,6 +740,7 @@ public class OwnerLoanRecordServiceImpl implements OwnerLoanRecordService {
while (true) {
//赋值
ownerLoanAccountUpdate(ownerLoanRecord, orderChildPrice, update);
log.info("13.1 当前cas更新对象信息:{}", JSONUtil.parse(update));
Integer i = ownerLoanAccountDao.updateAccountCAS(update, LocalDateTime.now(), false);
log.info("CAS更新结果:{}", i);
if (i == 1) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论