微信券查询处理耗时

This commit is contained in:
ziming 2025-06-05 15:14:23 +08:00
parent 5eebfb7b91
commit e440b477f4
1 changed files with 1 additions and 1 deletions

View File

@ -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
}