Wms/WMS.BLL/DataServer/StockServer.cs @@ -203,7 +203,7 @@ } if (!string.IsNullOrEmpty(categoryNo)) { str += " and area.CategoryNo = @categoryNo"; str += " and cat.CategoryNo = @categoryNo"; } if (!string.IsNullOrEmpty(type)) {