debug:微信用户注册加锁

This commit is contained in:
磷叶 2024-10-25 15:37:43 +08:00
parent 9c7c87b3f9
commit 941e7f85e1

View File

@ -124,8 +124,8 @@ public class RechargePayHandler implements AfterPay, AfterRefund {
// 操作成功
if (result != null && result == 1) {
// 充值设备尝试3
transactionBillService.rechargeDevice(bill.getBillId(), 3);
// 充值设备尝试2
transactionBillService.rechargeDevice(bill.getBillId(), 2);
// 5秒后设备设置语音播报
scheduledExecutorService.schedule(() -> {