11
This commit is contained in:
@@ -29,6 +29,7 @@ namespace BLL
|
||||
newR.DailyReportCompleteId = complete.DailyReportCompleteId;
|
||||
newR.ProjectId =complete.ProjectId;
|
||||
newR.UnitId = complete.UnitId;
|
||||
newR.ReportMan = complete.ReportMan;
|
||||
newR.TeamGroupId =complete.TeamGroupId;
|
||||
newR.DailyReportDate = complete.DailyReportDate;
|
||||
newR.IsComplete = complete.IsComplete;
|
||||
@@ -47,6 +48,7 @@ namespace BLL
|
||||
Model.Pipeline_DailyReportComplete newR = db.Pipeline_DailyReportComplete.First(e => e.DailyReportCompleteId == complete.DailyReportCompleteId);
|
||||
newR.ProjectId = complete.ProjectId;
|
||||
newR.UnitId = complete.UnitId;
|
||||
newR.ReportMan = complete.ReportMan;
|
||||
newR.TeamGroupId = complete.TeamGroupId;
|
||||
newR.DailyReportDate = complete.DailyReportDate;
|
||||
newR.IsComplete = complete.IsComplete;
|
||||
|
||||
Reference in New Issue
Block a user