]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Логи
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 16 Oct 2025 15:34:28 +0000 (18:34 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 16 Oct 2025 15:34:28 +0000 (18:34 +0300)
erp24/services/UploadService.php

index 7922af74b1bcd27a0c83585e272eefebae4bd1a7..f8aa4220b1dfcd8b7dffa6b13481f1718ac9d6d1 100644 (file)
@@ -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();