timeSliceQuery

This commit is contained in:
ziming 2025-06-12 17:33:07 +08:00
parent 6b2622b1a3
commit c68c996892
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
eg := new(errgroup.Group)
eg.SetLimit(5)
eg.SetLimit(8)
for start := startTime; start.Before(endTime); start = start.Add(duration) {