This commit is contained in:
ziming 2025-07-02 10:09:04 +08:00
parent 72a6da5ce4
commit 2c4adc9da3
1 changed files with 0 additions and 2 deletions

View File

@ -193,8 +193,6 @@ func (this *VoucherBiz) WarningSend(ctx context.Context, product *bo.ProductBo,
return this.SmsMixRepo.Send(ctx, mobileList, buildTemplateParams(product, w)) return this.SmsMixRepo.Send(ctx, mobileList, buildTemplateParams(product, w))
} }
log.Warnf("no mobile to send, batchNo:%s", product.BatchNo)
return nil return nil
} }