From 53b7c238d58d8fadd694cfd447f8f6810a8e0b6f Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-JIE70N9>
Date: 星期三, 10 十二月 2025 14:47:09 +0800
Subject: [PATCH] 更改数据库连接
---
Admin.NET/WCS.Application/Util/HttpService.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Admin.NET/WCS.Application/Util/HttpService.cs b/Admin.NET/WCS.Application/Util/HttpService.cs
index 294b834..83bac49 100644
--- a/Admin.NET/WCS.Application/Util/HttpService.cs
+++ b/Admin.NET/WCS.Application/Util/HttpService.cs
@@ -66,7 +66,7 @@
Qty = result.TaskList.Qty,
PalletNo = model.PalletNo,
TaskNo = result.TaskList.TaskNo,
- Levels = 999,
+ Levels = 888,
StartLocate = model.Locate,
StartRoadway = result.TaskList.StartRoadway,
@@ -417,7 +417,7 @@
var result = await url.SetHeaders(dic).SetBody(mod, "application/json", Encoding.UTF8).PostAsAsync<ResponseAgvDto>();
Log.Information("璋冪敤AGV灏忚溅鎺ュ彛缁х画鎵ц浠诲姟" + result.ToJson());
- return null;
+ return result;
}
/// <summary>
--
Gitblit v1.8.0