代码调整

This commit is contained in:
ziming 2025-05-28 19:41:54 +08:00
parent a8621cf93d
commit 2e7f368e06
1 changed files with 0 additions and 1 deletions

View File

@ -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 {