20230307 质量在线文档编辑修改
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user