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
@@ -60,6 +60,7 @@ namespace BLL
newSubPlan.CompileDate = SubPlan.CompileDate;
newSubPlan.State = SubPlan.State;
newSubPlan.Edition = SubPlan.Edition;
newSubPlan.FilePath=SubPlan.FilePath;
db.Plan_SubPlan.InsertOnSubmit(newSubPlan);
db.SubmitChanges();
}
@@ -78,6 +79,7 @@ namespace BLL
newSubPlan.CNProfessionalCodes = SubPlan.CNProfessionalCodes;
newSubPlan.State = SubPlan.State;
newSubPlan.Edition = SubPlan.Edition;
newSubPlan.FilePath = SubPlan.FilePath;
db.SubmitChanges();
}