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