diff --git a/DataBase/版本日志/SGGLDB_WH_2023-10-19.sql b/DataBase/版本日志/SGGLDB_WH_2023-10-19.sql index 53d85d9f..334839e1 100644 Binary files a/DataBase/版本日志/SGGLDB_WH_2023-10-19.sql and b/DataBase/版本日志/SGGLDB_WH_2023-10-19.sql differ diff --git a/SGGL/BLL/CQMS/Solution/CQMSConstructSolutionApproveService.cs b/SGGL/BLL/CQMS/Solution/CQMSConstructSolutionApproveService.cs index 1bfad9d2..a4222ead 100644 --- a/SGGL/BLL/CQMS/Solution/CQMSConstructSolutionApproveService.cs +++ b/SGGL/BLL/CQMS/Solution/CQMSConstructSolutionApproveService.cs @@ -249,7 +249,7 @@ namespace BLL public static Model.Solution_CQMSConstructSolutionApprove GetThisApproveByConstructSolutionId( string constructSolutionId) { var q = (from x in Funs.DB.Solution_CQMSConstructSolutionApprove - where x.ConstructSolutionId == constructSolutionId && x.ApproveDate != null + where x.ConstructSolutionId == constructSolutionId && x.ApproveDate == null orderby x.Order select x).FirstOrDefault(); return q; @@ -258,7 +258,7 @@ namespace BLL { string name = ""; var q = (from x in Funs.DB.Solution_CQMSConstructSolutionApprove - where x.ConstructSolutionId == constructSolutionId.ToString() && x.ApproveDate != null + where x.ConstructSolutionId == constructSolutionId.ToString() && x.ApproveDate == null orderby x.Order select x).FirstOrDefault(); if (q!=null) diff --git a/SGGL/FineUIPro.Web/CQMS/Solution/ConstructSolution.aspx b/SGGL/FineUIPro.Web/CQMS/Solution/ConstructSolution.aspx index c1d737dd..8a96bfa1 100644 --- a/SGGL/FineUIPro.Web/CQMS/Solution/ConstructSolution.aspx +++ b/SGGL/FineUIPro.Web/CQMS/Solution/ConstructSolution.aspx @@ -154,10 +154,10 @@ - - + diff --git a/SGGL/FineUIPro.Web/CQMS/Solution/ConstructSolutionView.aspx b/SGGL/FineUIPro.Web/CQMS/Solution/ConstructSolutionView.aspx index 64349829..402f1421 100644 --- a/SGGL/FineUIPro.Web/CQMS/Solution/ConstructSolutionView.aspx +++ b/SGGL/FineUIPro.Web/CQMS/Solution/ConstructSolutionView.aspx @@ -178,7 +178,7 @@ - - -