From: Aleksey Filippov Date: Wed, 3 Dec 2025 07:51:24 +0000 (+0300) Subject: Отключение избыточности запросов по остаткам X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=21439e44e03a103c4036a0e9086fc5ebfece1743;p=erp24_rep%2Fyii-erp24%2F.git Отключение избыточности запросов по остаткам --- diff --git a/erp24/commands/CronController.php b/erp24/commands/CronController.php index 9ea8fd04..dae8982f 100644 --- a/erp24/commands/CronController.php +++ b/erp24/commands/CronController.php @@ -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;