多笔立减金

This commit is contained in:
ziming 2025-12-22 17:58:03 +08:00
parent 6fd5dba1eb
commit 888de99381
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ func (this *VoucherBiz) timeSliceQuery(ctx context.Context, startTime, endTime t
log.Warnf("订单定时通知,开始处理,按每两个小时分片处理,范围:%s到%s", startTime.Format(time.DateTime), endTime.Format(time.DateTime)) log.Warnf("订单定时通知,开始处理,按每两个小时分片处理,范围:%s到%s", startTime.Format(time.DateTime), endTime.Format(time.DateTime))
duration := 2 * time.Hour duration := 3 * time.Hour
eg := new(errgroup.Group) eg := new(errgroup.Group)
eg.SetLimit(10) eg.SetLimit(10)