0813
This commit is contained in:
@@ -47,8 +47,6 @@ namespace BLL
|
||||
Model.Party_LastWorkSummary newLastWorkSummary = Funs.DB.Party_LastWorkSummary.FirstOrDefault(e => e.LastWorkSummaryId == lastWorkSummary.LastWorkSummaryId);
|
||||
if (newLastWorkSummary != null)
|
||||
{
|
||||
newLastWorkSummary.CompileMan = lastWorkSummary.CompileMan;
|
||||
newLastWorkSummary.CompileDate = lastWorkSummary.CompileDate;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user