From f419dd641d61afc8684f5f06498edaa253ee98e7 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Sat, 7 Dec 2024 10:57:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E4=BA=A4=E7=BB=9F=E8=AE=A1=E8=A1=A8?= =?UTF-8?q?=EF=BC=8C=E7=AE=A1=E9=81=93=E8=AF=95=E5=8E=8B=E5=8C=85=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E8=AE=A1=E7=AE=97=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/Transfer/Chart/Systemstatus.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/Transfer/Chart/Systemstatus.aspx.cs b/SGGL/FineUIPro.Web/Transfer/Chart/Systemstatus.aspx.cs index 63804ce7..2622e81a 100644 --- a/SGGL/FineUIPro.Web/Transfer/Chart/Systemstatus.aspx.cs +++ b/SGGL/FineUIPro.Web/Transfer/Chart/Systemstatus.aspx.cs @@ -96,7 +96,7 @@ left join (select count(*)as PipingCount,ProjectId,TestPackage from Transfer_Pip group by ProjectId,TestPackage) tpi on f.ProjectId=tpi.ProjectId and f.SubSysNo=tpi.TestPackage -left join (select count(*)as PipingScount,ProjectId,TestPackage from Transfer_Piping where FINALStatus='Completed' +left join (select count(*)as PipingScount,ProjectId,TestPackage from Transfer_Piping where PressureTestCompleted='Completed' group by ProjectId,TestPackage) tpi1 on f.ProjectId=tpi1.ProjectId and f.SubSysNo=tpi1.TestPackage