From: Alexander Smirnov Date: Tue, 4 Feb 2025 13:36:26 +0000 (+0300) Subject: debug comment test phones X-Git-Tag: 1.7~18^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=a40fd4f148b9224c1f7ab7a30b3abbc71e81a1f0;p=erp24_rep%2Fyii-erp24%2F.git debug comment test phones --- diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 2e184ced..f1fb2203 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -422,9 +422,9 @@ class CronController extends Controller ->column(); $testPhones = array_map('trim', explode(',', $messagesSettings->test_phones_list)); foreach ($kogortPhones as $key => $phone) { - if (in_array($phone, $testPhones)) { - continue; - } +// if (in_array($phone, $testPhones)) { +// continue; +// } if (!in_array($phone, $userBonusExist)) { $userBonus4 = new UsersBonus(); $userBonus4->phone = '' . $phone;