From 62c5adb8641e8626a056abc773b72449152d8ae9 Mon Sep 17 00:00:00 2001
From: curtis <curtis@i-mps.com>
Date: 星期一, 30 三月 2026 14:08:25 +0800
Subject: [PATCH] fix: 1) 更新內部引用方法參照 2) mermaid 滙出

---
 doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.BusinessLogic.json |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.BusinessLogic.json b/doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.BusinessLogic.json
index 47f441d..cff2780 100644
--- a/doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.BusinessLogic.json
+++ b/doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.BusinessLogic.json
@@ -102,7 +102,7 @@
     ],
     "lIndex": "5907",
     "rIndex": "5946",
-    "description": "向伺服器請求 LASTEST_FORM_INF 最新表單版本資訊(模式 7)。方法會獲取各文件編號對應的最新表單 ID 與版本號,並儲存於 LASTEST_FORM_INF_List。此資訊用於確保使用者掃瞄的是最新版表單,或是用於舊案件轉檔時的版本對照。"
+    "description": "向伺服器請求 LASTEST_FORM_INF 最新表單版本資訊(模式 7)。方法會獲取各文件編號對應的最新表單 ID 與版本號,並儲存於 LASTEST_FORM_INF_List。此資訊用於確保使用者掃瞄的是最新版表單,或是用於舊案件轉檔時與歷史版本對照。"
   },
   {
     "matcher": "Function TCB_IMGPSScanX.DeleteDocNoFileForESCAN(Path,DocNo:String):Boolean;  //刪除指定DocNo文件",
@@ -113,8 +113,8 @@
     ],
     "deps": [
       "DeleteDocNoFile",
-      "SaveToFile",
       "LoadFromFile",
+      "SaveToFile",
       "_DelTree"
     ],
     "lIndex": "6141",
@@ -199,11 +199,11 @@
       "舊案/異動件處理"
     ],
     "deps": [
-      "LoadFromFile",
       "FileExists",
+      "LoadFromFile",
+      "MoveFile",
       "RenameFile",
-      "SaveToFile",
-      "MoveFile"
+      "SaveToFile"
     ],
     "lIndex": "10525",
     "rIndex": "10574",
@@ -275,11 +275,12 @@
       "OMR 檢核"
     ],
     "deps": [
-      "ImageReSize_FormID",
-      "GetSiteOMR",
-      "FindPoint",
-      "LoadFromFile",
       "FileExists",
+      "FindPoint",
+      "GetSiteOMR",
+      "ImageReSize_FormID",
+      "ImageResize",
+      "LoadFromFile",
       "SaveToFile"
     ],
     "lIndex": "12255",
@@ -360,4 +361,4 @@
     "rIndex": "14121",
     "description": "產生案件內自訂文件的彙總資訊字串。方法專門處理代碼開頭為 'ZZZZZ' 的文件目錄,透過 GetCustomDocName 取得使用者定義的文件名稱,並彙整其總份數、總頁數與編輯異動狀態。最終格式與標準文件一致,但首位欄位改為顯示自訂名稱,確保自訂類別的文件也能正確被伺服器識別與儲存。"
   }
-]
+]
\ No newline at end of file

--
Gitblit v1.8.0