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())) {