diff --git a/Host/Views/Product/Soft.cshtml b/Host/Views/Product/Soft.cshtml index 85a6809..2e5bc55 100644 --- a/Host/Views/Product/Soft.cshtml +++ b/Host/Views/Product/Soft.cshtml @@ -25,7 +25,7 @@
- @foreach (var item in Model.Where(m=>m.Sort!=1000).OrderBy(m => m.Sort)) + @foreach (var item in Model.Where(m=>m.Sort!=1000 && m.Id!=12).OrderBy(m => m.Sort)) {