]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
remove debug origin/feature_smirnov_erp-297_burn_account
authorAlexander Smirnov <fredeom@mail.ru>
Tue, 4 Feb 2025 13:53:16 +0000 (16:53 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Tue, 4 Feb 2025 13:53:16 +0000 (16:53 +0300)
erp24/commands/CronController.php

index f1fb220308502c5dec9fe97000030035f81a5b30..2e184ced39396073240e010b91c434954affc1b8 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;