0813
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user