Warnf
This commit is contained in:
parent
854e5a9e7e
commit
5e5c13d9dc
|
|
@ -74,7 +74,7 @@ func (s *VoucherService) CronOrderNotice(ctx context.Context) error {
|
|||
func (s *VoucherService) OrderNotice(ctx context.Context) {
|
||||
|
||||
start := time.Now()
|
||||
log.Errorf("订单定时通知,执行开始: %s", start.Format(time.DateTime))
|
||||
log.Warnf("订单定时通知,执行开始: %s", start.Format(time.DateTime))
|
||||
|
||||
if err := s.VoucherBiz.Notice(ctx); err != nil {
|
||||
log.Errorf("订单定时通知,执行失败: %v", err)
|
||||
|
|
|
|||
Loading…
Reference in New Issue