From 2a0373f62c9efd9617ec2e5c379cfb8823de7e37 Mon Sep 17 00:00:00 2001 From: fomichev Date: Thu, 23 Jan 2025 12:28:31 +0300 Subject: [PATCH] =?utf8?q?=D0=9F=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B0?= =?utf8?q?=20=D0=BD=D0=B0=20=D0=BF=D0=BE=D0=BA=D1=83=D0=BF=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/commands/CronController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 86b392c1..b3174e04 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -613,6 +613,7 @@ class CronController extends Controller ->select('phone') ->andWhere(['kogort_number' => 1]) ->andWhere(['target_date' => $targetDate]) + ->andWhere(['purchase' => 0]) ->column(); if (!empty($kogortPhones)) { -- 2.39.5