From 37e880bffc9729d094379f9483cc14e8ebfce17b Mon Sep 17 00:00:00 2001 From: fomichev Date: Mon, 13 Jan 2025 10:58:15 +0300 Subject: [PATCH] =?utf8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?utf8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= =?utf8?q?=20=D0=BD=D0=BE=D0=BC=D0=B5=D1=80=D0=BE=D0=B2=20=D0=B4=D0=BB?= =?utf8?q?=D1=8F=20=D1=82=D0=B0=D1=80=D0=B3=D0=B5=D1=82=20=D0=BA=D0=BE?= =?utf8?q?=D0=B3=D0=BE=D1=80=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/commands/CronController.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 25f84824..2cc8bc25 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -332,6 +332,11 @@ class CronController extends Controller "Когорта таргета на {$kogortDate} для целевой даты {$targetDate} успешно сохранена.\n", BaseConsole::FG_GREEN ); + $countPhones = count($kogortPhones); + $this->stdout( + "Всего телефонов в когорте {$countPhones} записей.\n", + BaseConsole::FG_GREEN + ); } else { $this->stdout( "Нет данных для формирования когорты для целевой даты {$targetDate}.\n", -- 2.39.5