timeSliceQuery

This commit is contained in:
ziming 2025-06-13 09:21:20 +08:00
parent 8adc2b176b
commit dc152617f3
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func (v *VoucherBiz) ExecuteNotice(ctx context.Context, req *bo.FindInBatchesUse
for _, order := range rows { for _, order := range rows {
if err := v.notice(ctx, order); err != nil { if err := v.notice(ctx, order); err != nil {
log.Errorf("订单定时通知,券订单状态查询处理发生错误,orderNo:%s,err:%v", order.OrderNo, err) log.Error(err)
} }
} }