多笔立减
This commit is contained in:
parent
685067b25d
commit
84a9a09d10
|
|
@ -55,12 +55,10 @@ func (this *VoucherBiz) order(ctx context.Context, req *bo.OrderCreateReqBo, pro
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
return order, fmt.Errorf("请求微信成功,故意返回失败,当前订单状态待发放")
|
|
||||||
|
|
||||||
if err = this.success(ctx, order, voucherNo); err != nil {
|
if err = this.success(ctx, order, voucherNo); err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
return order, fmt.Errorf("请求微信成功,故意返回失败,当前订单状态成功")
|
||||||
return order, nil
|
return order, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue