From 0756bf12d10cf1b7f78c571de0a9ad69cbaeb7ca Mon Sep 17 00:00:00 2001
From: curtis <curtis@i-mps.com>
Date: 星期一, 30 三月 2026 14:24:17 +0800
Subject: [PATCH] fix: 更新內部引用方法參照

---
 doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.TransportManager.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.TransportManager.json b/doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.TransportManager.json
index dfa24ab..11be4f7 100644
--- a/doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.TransportManager.json
+++ b/doc/curtis/prompt/scanimpl_analysis/scanimpl_annalysis.TransportManager.json
@@ -73,8 +73,8 @@
       "FTP 相關"
     ],
     "deps": [
-      "SetFtpInfo",
-      "IIS_Ftp"
+      "IIS_Ftp",
+      "SetFtpInfo"
     ],
     "lIndex": "11042",
     "rIndex": "11071",
@@ -95,4 +95,4 @@
     "rIndex": "11094",
     "description": "通知後台伺服器 FTP 案件上傳已完成。方法會將包含案件狀態的上傳數據發送至特定的 Servlet 介面。邏輯包含檢查 HTTP 通訊是否成功、解析伺服器回傳的結果代碼,並處理可能的登入過期(Session Timeout)情況。若執行失敗,會將錯誤原因記錄至 HttpErrStr,供後續 UI 顯示錯誤訊息。"
   }
-]
+]
\ No newline at end of file

--
Gitblit v1.8.0