This commit is contained in:
gaofei
2021-08-13 11:15:59 +08:00
parent 43acc57060
commit d8dff88c39
320 changed files with 37219 additions and 4678 deletions
-2
View File
@@ -47,8 +47,6 @@ namespace BLL
Model.Party_WorkPlan newWorkPlan = Funs.DB.Party_WorkPlan.FirstOrDefault(e => e.WorkPlanId == workPlan.WorkPlanId);
if (newWorkPlan != null)
{
newWorkPlan.CompileMan = workPlan.CompileMan;
newWorkPlan.CompileDate = workPlan.CompileDate;
Funs.DB.SubmitChanges();
}
}