From 4459dfd0e2b8d09d5e24f669db81c49324ece9d0 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Tue, 17 Mar 2026 17:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E7=99=BB=E5=BD=95=E9=A1=B9?= =?UTF-8?q?=E7=9B=AEid=E8=B5=8B=E5=80=BC=E9=80=BB=E8=BE=91=20this.CurrUser?= =?UTF-8?q?.LoginProjectId=20=3D=20report.ProjectId;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/CQMS/Check/RewardAndPunishEdit.aspx.cs | 2 +- .../ZHGL/Environmental/ProjectArchitectureReportSave.aspx.cs | 4 ++-- .../ZHGL/Environmental/ProjectChemicalReportSave.aspx.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SGGL/FineUIPro.Web/CQMS/Check/RewardAndPunishEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Check/RewardAndPunishEdit.aspx.cs index f8fe6b11..9365504a 100644 --- a/SGGL/FineUIPro.Web/CQMS/Check/RewardAndPunishEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Check/RewardAndPunishEdit.aspx.cs @@ -55,7 +55,7 @@ namespace FineUIPro.Web.CQMS.Check Model.Check_RewardAndPunish RewardAndPunish = BLL.RewardAndPunishService.GetRewardAndPunishById(RewardAndPunishID); if (RewardAndPunish != null) { - this.CurrUser.LoginProjectId = RewardAndPunish.ProjectId; + //this.CurrUser.LoginProjectId = RewardAndPunish.ProjectId; this.drpRewardAndPunishType.SelectedValue = RewardAndPunish.RewardAndPunishType; diff --git a/SGGL/FineUIPro.Web/ZHGL/Environmental/ProjectArchitectureReportSave.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/Environmental/ProjectArchitectureReportSave.aspx.cs index 9a48ef49..d0f2f5b8 100644 --- a/SGGL/FineUIPro.Web/ZHGL/Environmental/ProjectArchitectureReportSave.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/Environmental/ProjectArchitectureReportSave.aspx.cs @@ -70,7 +70,7 @@ namespace FineUIPro.Web.ZHGL.Environmental } drpMonth.SelectedValue = report.Month.ToString(); drpYear.SelectedValue = report.Year.ToString(); - this.CurrUser.LoginProjectId = report.ProjectId; + //this.CurrUser.LoginProjectId = report.ProjectId; if (report.FillingDate != null) { txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate); @@ -1173,7 +1173,7 @@ namespace FineUIPro.Web.ZHGL.Environmental { drpMonth.SelectedValue = report.Month.ToString(); drpYear.SelectedValue = report.Year.ToString(); - this.CurrUser.LoginProjectId = report.ProjectId; + //this.CurrUser.LoginProjectId = report.ProjectId; if (report.FillingDate != null) { txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate); diff --git a/SGGL/FineUIPro.Web/ZHGL/Environmental/ProjectChemicalReportSave.aspx.cs b/SGGL/FineUIPro.Web/ZHGL/Environmental/ProjectChemicalReportSave.aspx.cs index 668ad704..46bd9abd 100644 --- a/SGGL/FineUIPro.Web/ZHGL/Environmental/ProjectChemicalReportSave.aspx.cs +++ b/SGGL/FineUIPro.Web/ZHGL/Environmental/ProjectChemicalReportSave.aspx.cs @@ -86,7 +86,7 @@ namespace FineUIPro.Web.ZHGL.Environmental } drpMonth.SelectedValue = report.Month.ToString(); drpYear.SelectedValue = report.Year.ToString(); - this.CurrUser.LoginProjectId = report.ProjectId; + //this.CurrUser.LoginProjectId = report.ProjectId; if (report.FillingDate != null) { txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate); @@ -1692,7 +1692,7 @@ namespace FineUIPro.Web.ZHGL.Environmental { drpMonth.SelectedValue = report.Month.ToString(); drpYear.SelectedValue = report.Year.ToString(); - this.CurrUser.LoginProjectId = report.ProjectId; + //this.CurrUser.LoginProjectId = report.ProjectId; if (report.FillingDate != null) { txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);