Code Management/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Stock/StockInfoHtyService.cs
@@ -80,6 +80,7 @@ var data = BaseDal.Db.Queryable<DtStockInfo_Hty>() .Includes(x => x.StockInfoDetails) .Includes(x => x.LocationInfo) .Where(x=>x.CreateDate>DateTime.Now.AddMonths(-1)) .WhereIF(!wheres.IsNullOrEmpty(), wheres) .WhereIF(locationStatus != null, locationStatus) .WhereIF(roadwayNo != null, roadwayNo)