From 91d43404738120c34bd632be519422b6919999d5 Mon Sep 17 00:00:00 2001 From: shecs <408299694@qq.com> Date: Wed, 8 May 2024 10:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FCL/FineUIPro.Web/Evaluation/ContractorEvaluationEdit.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FCL/FineUIPro.Web/Evaluation/ContractorEvaluationEdit.aspx.cs b/FCL/FineUIPro.Web/Evaluation/ContractorEvaluationEdit.aspx.cs index f71a3a3..0fd55d3 100644 --- a/FCL/FineUIPro.Web/Evaluation/ContractorEvaluationEdit.aspx.cs +++ b/FCL/FineUIPro.Web/Evaluation/ContractorEvaluationEdit.aspx.cs @@ -18,7 +18,7 @@ namespace FineUIPro.Web.Evaluation if (!IsPostBack) { btnClose.OnClientClick = ActiveWindow.GetHideReference(); - + // string foNo = Request.Params["foNo"]; var foview = from x in Funs.DB.View_Contractor_Evaluation where x.FO_NO == foNo select x; if (foview.Count() > 0)