|
@@ -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();
|