From 28bea7128b8c24a6a664e880f1425e1fa24b9b5f Mon Sep 17 00:00:00 2001 From: pulg <plg@Haninfo> Date: 星期四, 05 六月 2025 17:19:49 +0800 Subject: [PATCH] 11 --- 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