订单定时通知,执行失败

This commit is contained in:
ziming 2025-04-15 18:34:01 +08:00
parent 96c60af6a3
commit a6123f5b1c
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func (s *VoucherService) OrderNotice(ctx context.Context) {
start := time.Now()
if err := s.VoucherBiz.Notice(ctx); err != nil {
log.Error("订单定时通知,执行失败: %v", err)
log.Errorf("订单定时通知,执行失败: %v", err)
}
end := time.Now()