合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -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();
}
}