timeSliceQueryPush

This commit is contained in:
ziming 2025-06-12 11:02:34 +08:00
parent 1b9a4fdd80
commit 8996df0279
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ func (v *VoucherBiz) timeSliceQuery(ctx context.Context, startTime, endTime time
func (v *VoucherBiz) ExecuteNotice(ctx context.Context, req *bo.FindInBatchesUseBo) error { func (v *VoucherBiz) ExecuteNotice(ctx context.Context, req *bo.FindInBatchesUseBo) error {
log.Warnf("订单定时通知:%+v", req)
return v.OrderRepo.FindInBatches(ctx, req, func(ctx context.Context, rows []*bo.OrderBo) error { return v.OrderRepo.FindInBatches(ctx, req, func(ctx context.Context, rows []*bo.OrderBo) error {
for _, order := range rows { for _, order := range rows {