]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
debug comment test phones
authorAlexander Smirnov <fredeom@mail.ru>
Tue, 4 Feb 2025 13:36:26 +0000 (16:36 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Tue, 4 Feb 2025 13:36:26 +0000 (16:36 +0300)
erp24/commands/CronController.php

index 2e184ced39396073240e010b91c434954affc1b8..f1fb220308502c5dec9fe97000030035f81a5b30 100644 (file)
@@ -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;