From 7e69830653c9be2d675c3fb4c5578ac1efa4b89c Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 09 四月 2026 08:58:33 +0800
Subject: [PATCH] 添加跨楼层的接口以及优化
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/AGVCartInfoService.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/AGVCartInfoService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/AGVCartInfoService.cs"
index 6c71744..77fc8ab 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/AGVCartInfoService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/AGVCartInfoService.cs"
@@ -91,7 +91,8 @@
dataList.Add(new HIKROBOTQueryData
{
singleRobotCode = item.AGVCode,
- mapCode = queryData?.mapCode ?? string.Empty
+ mapCode = queryData?.mapCode ?? string.Empty,
+ CarType = item.HkagvType // 浠庢湰鍦版暟鎹簱鑾峰彇灏忚溅绫诲瀷
});
successMessages.Add($"AGV灏忚溅-{item.AGVCode}鎵�鍦ㄦゼ灞倇queryData?.mapCode}鏌ヨ鎴愬姛");
--
Gitblit v1.9.3