Browse Source

Merge branch 'feature/0721-tenant' into ponline

liujc 1 year ago
parent
commit
9e5c27d6f0

+ 3 - 0
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/UserPaymentCoreServiceImpl.java

@@ -1188,6 +1188,9 @@ public class UserPaymentCoreServiceImpl implements UserPaymentCoreService {
                             }
 
                         }
+                        if (EPaymentStatus.WAIT_PAY == paymentStatus) {
+                            return;
+                        }
 
                         // 支付时间未超时,同步订单状态
                         if (EPaymentStatus.PAYING == paymentStatus