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