timeSliceQuery

This commit is contained in:
ziming 2025-06-12 17:45:09 +08:00
parent c68c996892
commit d72757e738
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ func (v *VoucherBiz) timeSliceQuery(ctx context.Context, startTime, endTime time
duration := 2 * time.Hour duration := 2 * time.Hour
eg := new(errgroup.Group) eg := new(errgroup.Group)
eg.SetLimit(8) eg.SetLimit(10)
for start := startTime; start.Before(endTime); start = start.Add(duration) { for start := startTime; start.Before(endTime); start = start.Add(duration) {