检测服务关闭~
This commit is contained in:
parent
eb5650a235
commit
9c0b5b5c31
|
|
@ -35,5 +35,7 @@ func (s *CmbService) BatchQuery(ctx context.Context, request *v1.BatchQueryReque
|
||||||
return nil, fmt.Errorf("时间范围错误")
|
return nil, fmt.Errorf("时间范围错误")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ctx = context.Background()
|
||||||
|
|
||||||
return nil, s.VoucherBiz.ExecuteNotice(ctx, req)
|
return nil, s.VoucherBiz.ExecuteNotice(ctx, req)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue