From 37de2f4b0f732ca5c19582d4a340ad7c987925b5 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期三, 05 十一月 2025 22:40:47 +0800
Subject: [PATCH] feat: 部门管理多个车辆
---
ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java | 19 +++++++++++++++++++
1 files changed, 19 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 f178ee8..5038fe6 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,10 @@
/** 璋冨害鍗曞垱寤烘帴鍙h矾寰� */
private String dispatchCreatePath = "/admin_save_24.gds";
+ /** 浠诲姟鐘舵�佹煡璇㈡帴鍙h矾寰勶紙宸插純鐢紝鐩存帴鏌ヨSQL Server鏁版嵁搴擄級 */
+ @Deprecated
+ private String statusQueryPath = "/task_status_query.asp";
+
/** 杩炴帴瓒呮椂鏃堕棿(姣) */
private int connectTimeout = 30000;
@@ -102,4 +106,19 @@
public String getDispatchCreateUrl() {
return baseUrl + dispatchCreatePath;
}
+
+ public String getStatusQueryPath() {
+ return statusQueryPath;
+ }
+
+ public void setStatusQueryPath(String statusQueryPath) {
+ this.statusQueryPath = statusQueryPath;
+ }
+
+ /**
+ * 鑾峰彇瀹屾暣鐨勭姸鎬佹煡璇RL
+ */
+ public String getStatusQueryUrl() {
+ return baseUrl + statusQueryPath;
+ }
}
--
Gitblit v1.9.1