update 修复部分修改金额的方法内未使用乐观锁

This commit is contained in:
yyb
2026-01-26 11:35:36 +08:00
parent 8388ccb0c3
commit 5a649619bc

View File

@@ -370,7 +370,6 @@ public class MessageReceiver {
build.setBlockHeight(payWithdrawReturnMessage.getBlock_height()); build.setBlockHeight(payWithdrawReturnMessage.getBlock_height());
} }
leasePayWithdrawMessageMapper.updateById(build); leasePayWithdrawMessageMapper.updateById(build);
//TODO 修改leaseShopConfig 金额(暂时不修改,提现申请的时候就修改了)
} }
} }