query
This commit is contained in:
parent
5ff8c8a0e6
commit
c18f25d55e
|
|
@ -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
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue