From: Vladimir Fomichev Date: Thu, 16 Oct 2025 15:34:28 +0000 (+0300) Subject: Логи X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=7146c2376ecc03075d0db48dbe0e2e2db731f256;p=erp24_rep%2Fyii-erp24%2F.git Логи --- diff --git a/erp24/services/UploadService.php b/erp24/services/UploadService.php index 7922af74..f8aa4220 100644 --- a/erp24/services/UploadService.php +++ b/erp24/services/UploadService.php @@ -1141,7 +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)); + LogService::apiErrorLog(json_encode(["error_id" => 125, "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();