lss
2025-06-10 b2c8747a85762bc32f310a31fe84cad69b61104a
HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/wms/LocationHelper.cs
@@ -293,11 +293,11 @@
            Location loc = new Location();
            var db = new SqlHelper<object>().GetInstance();
            string CntrCodeWith = "";
            if (type == "PM ")
            if (type.Trim() == "PM")
            {
                CntrCodeWith = "MA";
            }
            else if (type == "PN ")
            else if (type.Trim() == "PN")
            {
                CntrCodeWith = "NA";
            }