Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Location/LocationErrorService.cs
@@ -52,6 +52,7 @@ var data = BaseDal.Db.Queryable<DtLocationInfo>() .Where(x => x.LocationStatus != 2 && x.LocationStatus != 0) .Where(x => x.EnalbeStatus != 1) .WhereIF(!wheres.IsNullOrEmpty(), wheres) .OrderBy(orderByModels) .ToPageList(options.Page, options.Rows, ref totalCount);