This commit is contained in:
ziming 2025-05-21 16:35:53 +08:00
parent 62ba3ef1fa
commit 059b2d30f0
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ func (v *VoucherBiz) Order(ctx context.Context, req *bo.OrderCreateReqBo, cmbReq
} }
order, err = v.OrderRepo.GetByOutBizNo(ctx, vo.OrderTypeCmb, req.OutBizNo) order, err = v.OrderRepo.GetByOutBizNo(ctx, vo.OrderTypeCmb, req.OutBizNo)
if err != nil && !err2.IsDbNotFound(err) { if err != nil && !err2.IsDbNotFound(err) {
return order, err return order, err
} }