pulg
2025-07-05 db825ff9bb1352e79c3e018a647b3c88713d6f69
HH.WCS.QingXiNongfu/wms/LocationHelper.cs
@@ -177,6 +177,13 @@
            }
            return locs;
        }
        public static List<Location> GetAreaNormalLocListAll(string areeacode)
        {
            var locs = LocationHelper.GetLocList(x => x.S_AREA_CODE == areeacode && x.S_LOCK_STATE.Trim() == "无" && x.N_CURRENT_NUM == 0);
            return locs;
        }
        internal static List<Location> GetAllLocListByAreaCode(string _areacode, int minRow, int maxRow)
        {
            var db = new SqlHelper<object>().GetInstance();