微信券查询处理耗时
This commit is contained in:
parent
5eebfb7b91
commit
e440b477f4
|
|
@ -42,7 +42,7 @@ func (s *VoucherService) Handle(ctx context.Context, batchNo string) error {
|
|||
if err := s.VoucherBiz.WechatQuery(ctx, batchNo); err != nil {
|
||||
s.logHelper.Error(err)
|
||||
}
|
||||
log.Warnf("处理耗时:%s,batchNo:%s", time.Now().Sub(start).String(), batchNo)
|
||||
log.Warnf("微信券查询处理耗时:%s,batchNo:%s", time.Now().Sub(start).String(), batchNo)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue