From f4848df636c71fb12497e5f5f234ffe451c27f2e Mon Sep 17 00:00:00 2001 From: leo <10200039@qq.com> Date: Mon, 15 May 2023 21:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=8F=E5=90=8C=E7=89=A9?= =?UTF-8?q?=E6=96=99=E5=88=86=E7=B1=BB=E6=97=B6=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20=E5=89=8D=E5=8F=B0=E4=BC=A0=E5=85=A5?= =?UTF-8?q?=E7=9A=84FTypeID2=E8=A6=81=E5=88=A0=E9=99=A4=EF=BC=8CmaterialVi?= =?UTF-8?q?ew=E4=B8=AD=E4=B8=8D=E5=AD=98=E5=9C=A8=E8=BF=99=E4=B8=AA?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FactorySystemBll/ViewBll.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/FactorySystemBll/ViewBll.cs b/FactorySystemBll/ViewBll.cs index 5892a5b..7ca836f 100644 --- a/FactorySystemBll/ViewBll.cs +++ b/FactorySystemBll/ViewBll.cs @@ -538,6 +538,7 @@ namespace FactorySystemBll } } + if (viewList[i].ContainsKey("FTypeID2")) viewList[i].Remove("FTypeID2"); result += db.Updateable(viewList[i]).AS("TFS_ViewMaterial").WhereColumns("FMaterialID").Where(sqlWhere).ExecuteCommand(); }