This commit is contained in:
2026-09-18 09:33:07 +08:00
parent f122b74b9c
commit 62dab8e152
@@ -373,7 +373,7 @@ namespace FineUIPro.Web.CQMS.Comprehensive
} }
if (!string.IsNullOrEmpty(tempData.Value4.Trim())) if (!string.IsNullOrEmpty(tempData.Value4.Trim()))
{ {
Ins.PlanCode = tempData.Value4.Trim(); Ins.PlanName = tempData.Value4.Trim();
} }
if (!string.IsNullOrEmpty(tempData.Value5.Trim())) if (!string.IsNullOrEmpty(tempData.Value5.Trim()))
{ {