From feae86b2333bf560541acf0dc5a856de9e671fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Fri, 19 Jun 2026 08:52:06 +0400 Subject: [PATCH] =?UTF-8?q?process.cfm:=20=D1=84=D0=B8=D0=BB=D1=8C=D1=82?= =?UTF-8?q?=D1=80=20elements=5Fjson=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=20parsed=5Ftext=20(parser=20=D0=BD=D0=B5=20=D1=81=D0=BE=D1=85?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D1=8F=D0=B5=D1=82=20parsed=5Ftext)=20(v1.0.5?= =?UTF-8?q?0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.cfm | 2 +- process.cfm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.cfm b/index.cfm index 48b013d..1fd1916 100644 --- a/index.cfm +++ b/index.cfm @@ -61,7 +61,7 @@
Nubes - Сверка договоров — LLM v1.0.49 — Lucee + Сверка договоров — LLM v1.0.50 — Lucee
diff --git a/process.cfm b/process.cfm index af6f0de..75c27cc 100644 --- a/process.cfm +++ b/process.cfm @@ -14,7 +14,7 @@ FROM supplements s JOIN documents d ON s.document_id = d.id WHERE s.contract_id = - AND d.parsed_text IS NOT NULL + AND d.elements_json IS NOT NULL ORDER BY s.created_at