ปรับปรุงหลายข้อ
This commit is contained in:
@@ -73,6 +73,13 @@ namespace TodoAPI2.Models
|
||||
return i;
|
||||
}
|
||||
|
||||
public void SetEvaDate(rep_eva02ReportRequestModel model)
|
||||
{
|
||||
model.eva_date = (from i in _repository.Context.eva_adjust_postponement
|
||||
where i.id == model.round_id
|
||||
select MyHelper.GetDateStringForReport(i.theDate)).FirstOrDefault();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user