From 62dab8e15258fad792bbeafb3c43991437e32935 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Fri, 18 Sep 2026 09:33:07 +0800 Subject: [PATCH] 1 --- .../CQMS/Comprehensive/InspectionTestPlanDataInNew.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionTestPlanDataInNew.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionTestPlanDataInNew.aspx.cs index 995624c2..b898274b 100644 --- a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionTestPlanDataInNew.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionTestPlanDataInNew.aspx.cs @@ -373,7 +373,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive } if (!string.IsNullOrEmpty(tempData.Value4.Trim())) { - Ins.PlanCode = tempData.Value4.Trim(); + Ins.PlanName = tempData.Value4.Trim(); } if (!string.IsNullOrEmpty(tempData.Value5.Trim())) {