From c25bffdf92aa50d67a5d7919bb3b9eeb4a825b40 Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Mon, 2 Sep 2024 15:22:39 +0300 Subject: [PATCH] =?utf8?q?[ERP-130]=20=D0=94=D0=B5=D0=B1=D0=B0=D0=B3=20012?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/services/MotivationService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/services/MotivationService.php b/erp24/services/MotivationService.php index 161f5dcf..8c857de0 100644 --- a/erp24/services/MotivationService.php +++ b/erp24/services/MotivationService.php @@ -460,7 +460,7 @@ class MotivationService ->andWhere(['wo.store_id' => $exportImportTable->export_val]) ->asArray()->all(); - $selfCostProduct = SelfCostProduct::find()->select(['price', 'product_guid, date']) + $selfCostProduct = SelfCostProduct::find()->select(['price', 'product_guid', 'date']) ->where(['between', 'date', $weekStart, $weekEnd]) ->andWhere(['store_id' => $store_id]) ->asArray()->all(); -- 2.39.5