From 656d6f8029f8bf9b2daa9dcc89101a879a70b860 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期三, 03 十二月 2025 23:10:05 +0800
Subject: [PATCH] feat:优先添加执行人

---
 ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java b/ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java
index 02ef3e2..55b9de2 100644
--- a/ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java
+++ b/ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java
@@ -21,6 +21,9 @@
     /** 璋冨害鍗曞垱寤烘帴鍙h矾寰� */
     private String dispatchCreatePath = "/admin_save_24.gds";
     
+    /** 璋冨害鍗曟洿鏂版帴鍙h矾寰勶紙杞﹁締/浜哄憳鍙樻洿锛� */
+    private String dispatchUpdatePath = "/admin_save_25.asp";
+    
     /** 浠诲姟鐘舵�佹煡璇㈡帴鍙h矾寰勶紙宸插純鐢紝鐩存帴鏌ヨSQL Server鏁版嵁搴擄級 */
     @Deprecated
     private String statusQueryPath = "/task_status_query.asp";
@@ -80,6 +83,14 @@
         this.dispatchCreatePath = dispatchCreatePath;
     }
 
+    public String getDispatchUpdatePath() {
+        return dispatchUpdatePath;
+    }
+
+    public void setDispatchUpdatePath(String dispatchUpdatePath) {
+        this.dispatchUpdatePath = dispatchUpdatePath;
+    }
+
     public int getConnectTimeout() {
         return connectTimeout;
     }
@@ -126,6 +137,13 @@
         return baseUrl + dispatchCreatePath;
     }
     
+    /**
+     * 鑾峰彇瀹屾暣鐨勮皟搴﹀崟鏇存柊URL锛堣溅杈�/浜哄憳鍙樻洿锛�
+     */
+    public String getDispatchUpdateUrl() {
+        return baseUrl + dispatchUpdatePath;
+    }
+    
     public String getStatusQueryPath() {
         return statusQueryPath;
     }

--
Gitblit v1.9.1