From f7d2f3b990ac7fb76643441b3a1e14f0bba5c652 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Fri, 18 Apr 2025 15:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8E=A8=E9=80=81=E9=9B=86?= =?UTF-8?q?=E5=9B=A2=E8=BF=87=E6=BB=A4=E5=B7=B2=E5=88=A0=E9=99=A4=E7=9A=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/WebService/CNCECHSSEWebService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/BLL/WebService/CNCECHSSEWebService.cs b/SGGL/BLL/WebService/CNCECHSSEWebService.cs index f17852f2..51c64369 100644 --- a/SGGL/BLL/WebService/CNCECHSSEWebService.cs +++ b/SGGL/BLL/WebService/CNCECHSSEWebService.cs @@ -3532,7 +3532,7 @@ { //查询所有在建项目 var upReport = (from x in db.Base_Project - where (x.ProjectState == "1" || x.ProjectState == null) + where (x.ProjectState == "1" || x.ProjectState == null) && (x.IsDelete == null || x.IsDelete == false) select new Model.BaseProjectItem { ProjectId = x.ProjectId,