券状态查询

This commit is contained in:
ziming 2025-06-30 18:31:56 +08:00
parent e627fdd6a3
commit 3e9bb2b762
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ func (v *VoucherBiz) warningBudget(ctx context.Context) error {
wxResp, err := v.WechatCpnRepo.QueryProduct(ctx, row.MchId, row.BatchNo)
if err != nil {
log.Context(ctx).Errorf("预警查询,查询微信券失败: %v", err)
continue
} else {
if err = v.Calculate(ctx, row, wxResp); err != nil {
log.Context(ctx).Errorf("预警查询,处理失败: %v", err)