From: Aleksey Filippov Date: Thu, 22 May 2025 14:02:12 +0000 (+0300) Subject: [ERP-415] Актуализация статусов подписки в Телеграм X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=92d13aee50a0dfc68acf0e4ace499e4478a3a77e;p=erp24_rep%2Fyii-erp24%2F.git [ERP-415] Актуализация статусов подписки в Телеграм --- diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index b75b30db..d9785fde 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -1292,11 +1292,6 @@ class CronController extends Controller ->asArray() ->all(); - /*TODO Отключить при выкатке*/ - // Для тестирования - if ($offset > 0) { - break; - } if (empty($usersTelegram)) { break; }