提交 9e1e7511 authored 作者: huyufan's avatar huyufan

Merge remote-tracking branch 'origin/v10.7_borrowing_and_repayment_20240118' into test

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