fix列表调整
This commit is contained in:
parent
df5414fc1d
commit
8870b389be
|
@ -687,7 +687,7 @@ func (d *defaultOrder) CreatePrePaymentByDeposit(ctx context.Context, in *Create
|
||||||
ntimeTimeOut := ntime.Unix()
|
ntimeTimeOut := ntime.Unix()
|
||||||
|
|
||||||
// 测试超时支付不限制
|
// 测试超时支付不限制
|
||||||
if ctimeTimeOut == ntimeTimeOut {
|
if ctimeTimeOut < ntimeTimeOut {
|
||||||
errorCode = *basic.CodeErrOrderCreatePrePaymentTimeout
|
errorCode = *basic.CodeErrOrderCreatePrePaymentTimeout
|
||||||
err = errors.New("order pay timeout")
|
err = errors.New("order pay timeout")
|
||||||
logc.Errorf(ctx, "create prePayment deposit failed, err: %v", err)
|
logc.Errorf(ctx, "create prePayment deposit failed, err: %v", err)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user