From 05ce162a24921e7c097486174990aa5ed99a71eb Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Fri, 4 Jul 2025 19:53:03 +0300 Subject: [PATCH] =?utf8?q?[BC-278]=20=D0=9E=D1=82=D0=BF=D1=80=D0=B0=D0=B2?= =?utf8?q?=D0=BA=D0=B0=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8?= =?utf8?q?=D1=8F=20=D0=B2=20=D0=A2=D0=B5=D0=BB=D0=B5=D0=B3=D1=80=D0=B0?= =?utf8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/actions/infoTable/TestAction.php | 1 + erp24/commands/CronController.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/erp24/actions/infoTable/TestAction.php b/erp24/actions/infoTable/TestAction.php index ba98c1bf..79202309 100644 --- a/erp24/actions/infoTable/TestAction.php +++ b/erp24/actions/infoTable/TestAction.php @@ -43,6 +43,7 @@ class TestAction extends Action $chats = [ '337084327', + '730432579', // '1813871861' diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index a43c9f7f..3d6ee9f5 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -693,7 +693,7 @@ class CronController extends Controller $toSend = UsersTelegram::find() ->where(['is_blocked' => 0, 'is_registered' => 1]) ->select(['phone', 'chat_id']) - ->where(['phone' => '79036571587']) + ->where(['phone' => ['79036571587', '79788649472']]) ->asArray() ->all(); -- 2.39.5