Browse Source

支付宝旧支付提现确认问题修复

wanxl 1 year ago
parent
commit
7c30ed93e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/sqx/modules/pay/controller/CashController.java

+ 1 - 0
src/main/java/com/sqx/modules/pay/controller/CashController.java

@@ -405,6 +405,7 @@ public class CashController {
 
     private Result aliPay(CashOut one) {
         RLock lock = redissonClient.getLock(String.format(RedisKey.CASH_OUT_LOCK, one.getUserId()));
+        lock.lock();
         try {
             log.error("进来了!!!");
             if (one == null) {