20230307 质量在线文档编辑修改

This commit is contained in:
2023-03-07 11:24:59 +08:00
parent f42d330b00
commit 1bbab53e2f
22 changed files with 532 additions and 104 deletions
@@ -30,6 +30,7 @@ namespace BLL
newMainPlan.State = MainPlan.State;
newMainPlan.CompileMan = MainPlan.CompileMan;
newMainPlan.CompileDate = MainPlan.CompileDate;
newMainPlan.FilePath = MainPlan.FilePath;
db.Plan_MainPlan.InsertOnSubmit(newMainPlan);
db.SubmitChanges();
}
@@ -47,6 +48,7 @@ namespace BLL
newMainPlan.PlanCode = MainPlan.PlanCode;
newMainPlan.FileName = MainPlan.FileName;
newMainPlan.State = MainPlan.State;
newMainPlan.FilePath = MainPlan.FilePath;
db.SubmitChanges();
}
}