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();