From: Vladimir Fomichev Date: Thu, 16 Oct 2025 15:34:05 +0000 (+0300) Subject: Логи X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=1e16d7d21d065289b5bbc242c427face4d3b7276;p=erp24_rep%2Fyii-erp24%2F.git Логи --- diff --git a/erp24/services/UploadService.php b/erp24/services/UploadService.php index 483687ec..7922af74 100644 --- a/erp24/services/UploadService.php +++ b/erp24/services/UploadService.php @@ -1141,6 +1141,7 @@ class UploadService { } // SalesProductsUpdate::deleteAll(['check_id' => $arr["id"]]); LogService::apiErrorLog(json_encode(["error_id" => 121, "error" => __LINE__], JSON_UNESCAPED_UNICODE)); + LogService::apiErrorLog(json_encode(["error_id" => 121, "error" => $update], JSON_UNESCAPED_UNICODE)); if ($update) { LogService::apiErrorLog(json_encode(["error_id" => 121, "error" => __LINE__], JSON_UNESCAPED_UNICODE)); $sales = Sales::find()->where(['id' => $arr["id"]])->one();