刘俊驰 4 月之前
父節點
當前提交
f023b221a3

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

@@ -450,7 +450,7 @@ public class UserPaymentCoreServiceImpl implements UserPaymentCoreService {
                 UserPaymentOrderWrapper.UserPaymentOrder order = UserPaymentOrderWrapper.UserPaymentOrder
                     .builder()
                     .id(paymentOrder.getId())
-                    .status(EPaymentStatus.CLOSED)
+//                    .status(EPaymentStatus.CLOSED)
 //                    .errorMsg(errorMessage)
                     .updateTime(DateTime.now().toDate())
                     .build();