From 03f92b99d7f00b728dccd409863c38d1191a4c60 Mon Sep 17 00:00:00 2001 From: pulg <plg@Haninfo> Date: 星期二, 17 六月 2025 09:39:53 +0800 Subject: [PATCH] 1 --- HH.WCS.ZCQTJ/wms/LocationHelper.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/HH.WCS.ZCQTJ/wms/LocationHelper.cs b/HH.WCS.ZCQTJ/wms/LocationHelper.cs index 953e8ca..5faa08c 100644 --- a/HH.WCS.ZCQTJ/wms/LocationHelper.cs +++ b/HH.WCS.ZCQTJ/wms/LocationHelper.cs @@ -91,6 +91,11 @@ var location = GetLocZc(loc.Trim()); return location.N_AGV_CODE; } + internal static int GetAgvSiteZc2(string loc) + { + var location = GetLocZc(loc.Trim()); + return location.N_AGV_CODE_T; + } internal static int ZcGetAgvSite(string loc) -- Gitblit v1.9.1