1
huangxiaoqiang
3 天以前 7be4a0122a2fba9d9ec1a202d1207d29d4fa55b7
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);