timeSliceQuery
This commit is contained in:
parent
8adc2b176b
commit
dc152617f3
|
|
@ -133,7 +133,7 @@ func (v *VoucherBiz) ExecuteNotice(ctx context.Context, req *bo.FindInBatchesUse
|
|||
for _, order := range rows {
|
||||
|
||||
if err := v.notice(ctx, order); err != nil {
|
||||
log.Errorf("订单定时通知,券订单状态查询处理发生错误,orderNo:%s,err:%v", order.OrderNo, err)
|
||||
log.Error(err)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue