20240426 修改开车月报告
This commit is contained in:
@@ -70,6 +70,9 @@ namespace BLL
|
||||
NextMonthDrivingCost = monthReport.NextMonthDrivingCost,
|
||||
ProblemsMeasures = monthReport.ProblemsMeasures,
|
||||
SolvedProblems = monthReport.SolvedProblems,
|
||||
SortId = monthReport.SortId,
|
||||
StartDate = monthReport.StartDate,
|
||||
EndDate = monthReport.EndDate
|
||||
};
|
||||
Funs.DB.TestRun_MonthReport.InsertOnSubmit(newMonthReport);
|
||||
Funs.DB.SubmitChanges();
|
||||
@@ -106,6 +109,9 @@ namespace BLL
|
||||
newMonthReport.NextMonthDrivingCost = monthReport.NextMonthDrivingCost;
|
||||
newMonthReport.ProblemsMeasures = monthReport.ProblemsMeasures;
|
||||
newMonthReport.SolvedProblems = monthReport.SolvedProblems;
|
||||
newMonthReport.SortId = monthReport.SortId;
|
||||
newMonthReport.StartDate = monthReport.StartDate;
|
||||
newMonthReport.EndDate = monthReport.EndDate;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user