2023-03-01 合同增加主办部门

This commit is contained in:
2023-03-01 13:57:09 +08:00
parent a5f63ba887
commit 79ea15741e
38 changed files with 607 additions and 187 deletions
@@ -36,6 +36,7 @@ namespace BLL
table.PreliminaryMan = newtable.PreliminaryMan;
table.ProjectManager = newtable.ProjectManager;
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
table.DepartId = newtable.DepartId;
Funs.DB.PHTGL_ActionPlanReview.InsertOnSubmit(table);
Funs.DB.SubmitChanges();
}
@@ -57,6 +58,8 @@ namespace BLL
table.PreliminaryMan = newtable.PreliminaryMan;
table.ProjectManager = newtable.ProjectManager;
table.DeputyGeneralManager = newtable.DeputyGeneralManager;
table.DepartId = newtable.DepartId;
Funs.DB.SubmitChanges();
}