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

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