]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Отключение избыточности запросов по остаткам origin/feature_filippov_20251203_disable_balance
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Wed, 3 Dec 2025 07:51:24 +0000 (10:51 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Wed, 3 Dec 2025 07:51:24 +0000 (10:51 +0300)
erp24/commands/CronController.php

index 9ea8fd04a70612b2e951964e61ce492902841fbf..dae8982f0990dbed60048d682911dbcfc9f90a68 100644 (file)
@@ -173,7 +173,7 @@ class CronController extends Controller
     public function actionOneCSellers()
     {
         $req_id = DataHelper::getRequestId();
-        $jsonString = '", "nomenclature":true, "sellers":true, "balances":true, "payment_types":true}';
+        $jsonString = '", "nomenclature":true, "sellers":true, "payment_types":true}';
 
         if(!CronController::checkApiCronTask($jsonString)) {
             $json_post = '{"request_id": "' . $req_id . $jsonString;
@@ -187,7 +187,7 @@ class CronController extends Controller
     public function actionOneCPrice()
     {
         $req_id = DataHelper::getRequestId();
-        $jsonString = '", "nomenclature":true, "sellers":true, "prices":{"type_price":"Розничная Маг на Московск"}, "balances":true, "payment_types":true}';
+        $jsonString = '", "nomenclature":true, "sellers":true, "prices":{"type_price":"Розничная Маг на Московск"}, "payment_types":true}';
 
         if (!CronController::checkApiCronTask($jsonString)) {
             $json_post = '{"request_id": "' . $req_id . $jsonString;