检测服务关闭~

This commit is contained in:
ziming 2025-05-27 11:22:50 +08:00
parent eb5650a235
commit 9c0b5b5c31
1 changed files with 2 additions and 0 deletions

View File

@ -35,5 +35,7 @@ func (s *CmbService) BatchQuery(ctx context.Context, request *v1.BatchQueryReque
return nil, fmt.Errorf("时间范围错误")
}
ctx = context.Background()
return nil, s.VoucherBiz.ExecuteNotice(ctx, req)
}