代码调整
This commit is contained in:
parent
a8621cf93d
commit
2e7f368e06
|
|
@ -47,7 +47,6 @@ func (v *VoucherBiz) order(ctx context.Context, req *bo.OrderCreateReqBo, produc
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// 真实发放
|
||||
voucherNo, err := v.WechatCpnRepo.Order(ctx, order)
|
||||
if err != nil {
|
||||
if err3 := v.fail(ctx, order, err); err3 != nil {
|
||||
|
|
|
|||
Loading…
Reference in New Issue