This commit is contained in:
momo 2023-10-07 16:13:08 +08:00
parent 342d1f99ec
commit 0b8fc0915b

View File

@ -690,8 +690,8 @@ func (d *defaultOrder) CreatePrePaymentByDeposit(ctx context.Context, in *Create
ntimeTimeOut := ntime.Unix()
// 测试超时支付不限制
//if ctimeTimeOut < ntimeTimeOut {
if ctimeTimeOut == ntimeTimeOut {
if ctimeTimeOut < ntimeTimeOut {
// if ctimeTimeOut == ntimeTimeOut {
errorCode = *basic.CodeErrOrderCreatePrePaymentTimeout
err = errors.New("order pay timeout")
logc.Errorf(ctx, "create prePayment deposit failed, err: %v", err)