This commit is contained in:
ziming 2025-07-03 13:51:52 +08:00
parent e7a362519b
commit b4e56b8303
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ func (this *VoucherBiz) request(ctx context.Context, order *bo.OrderBo, notify *
} }
if request == nil { if request == nil {
return fmt.Errorf("request is nil,orderNo:%s,outBizNo:%s,stockId:%s,err:%s", order.OrderNo, order.OutBizNo, order.BatchNo) return fmt.Errorf("request is nil,orderNo:%s,outBizNo:%s,stockId:%s", order.OrderNo, order.OutBizNo, order.BatchNo)
} }
if _, err = this.CmbMixRepo.Request(ctx, request, order.NotifyUrl); err != nil { if _, err = this.CmbMixRepo.Request(ctx, request, order.NotifyUrl); err != nil {