fix
This commit is contained in:
parent
342d1f99ec
commit
0b8fc0915b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user