合并最新
This commit is contained in:
@@ -35,6 +35,7 @@ namespace BLL
|
||||
FileContent = completionReport.FileContent,
|
||||
CompileMan = completionReport.CompileMan,
|
||||
CompileDate = completionReport.CompileDate,
|
||||
Remark = completionReport.Remark,
|
||||
States = completionReport.States
|
||||
};
|
||||
db.Manager_CompletionReport.InsertOnSubmit(newCompletionReport);
|
||||
@@ -60,6 +61,7 @@ namespace BLL
|
||||
newCompletionReport.CompileMan = completionReport.CompileMan;
|
||||
newCompletionReport.CompileDate = completionReport.CompileDate;
|
||||
newCompletionReport.States = completionReport.States;
|
||||
newCompletionReport.Remark = completionReport.Remark;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user