debug:微信用户注册加锁
This commit is contained in:
parent
9c7c87b3f9
commit
941e7f85e1
|
@ -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(() -> {
|
||||
|
|
Loading…
Reference in New Issue
Block a user