czw
2025-07-04 2e5f13ec5bbb47ec3462ee8060d9484691808ae1
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();