预警46
This commit is contained in:
parent
e7a362519b
commit
b4e56b8303
|
|
@ -230,7 +230,7 @@ func (this *VoucherBiz) request(ctx context.Context, order *bo.OrderBo, notify *
|
|||
}
|
||||
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue