From 2dab4e4c211ff83e3db58c0fdba042a0c5819f38 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Wed, 21 Oct 2020 16:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=81=E9=B9=B0=E6=B5=8B=E8=AF=95=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views/Product/Soft.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {