From 024b9947f75a2a73745fc4eded6f7c6bfd1e7f6f Mon Sep 17 00:00:00 2001 From: YangYuGang <1378265336@qq.com> Date: 星期二, 25 三月 2025 09:42:12 +0800 Subject: [PATCH] 一些更改 --- Tiger.Business.WMS/AGV/Agv.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Business.WMS/AGV/Agv.cs b/Tiger.Business.WMS/AGV/Agv.cs index bf79621..a62919e 100644 --- a/Tiger.Business.WMS/AGV/Agv.cs +++ b/Tiger.Business.WMS/AGV/Agv.cs @@ -18,7 +18,7 @@ /// <summary> /// AGV鎺ュ彛URL /// </summary> - public static string agvurl { get; set; } = @$"{Biz.SysParam["agvUrl", "AgvApiAddress"].PARAM_VALUE}"; //@"http://10.12.16.249:10007/rcs/order/"; + public static string agvurl { get; set; } = @$"{Cache.SysParam["agvUrl", "AgvApiAddress"].PARAM_VALUE}"; //@"http://10.12.16.249:10007/rcs/order/"; /// <summary> /// 澶囨枡瀹屾垚閫氱煡 -- Gitblit v1.9.3