diff --git a/internal/biz/warning_budget.go b/internal/biz/warning_budget.go index 534e894..326a3b9 100644 --- a/internal/biz/warning_budget.go +++ b/internal/biz/warning_budget.go @@ -193,8 +193,6 @@ func (this *VoucherBiz) WarningSend(ctx context.Context, product *bo.ProductBo, return this.SmsMixRepo.Send(ctx, mobileList, buildTemplateParams(product, w)) } - log.Warnf("no mobile to send, batchNo:%s", product.BatchNo) - return nil }