This commit is contained in:
ziming 2025-06-10 09:51:55 +08:00
parent 5ff8c8a0e6
commit c18f25d55e
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ func (v *VoucherBiz) WechatQuery(ctx context.Context, msg string) error {
} }
log.Warnf("微信券查询处理第 %d 批次,执行开始时间:%s当前执行耗时:%s", n, startStr, time.Now().Sub(start).String()) log.Warnf("微信券查询处理第 %d ,执行开始时间:%s当前执行耗时:%s", n, startStr, time.Now().Sub(start).String())
return nil return nil
}) })