ปรับปรุงรายงานแบบประเมิน และแก้ไข bug จากผล unit test

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-30 11:16:09 +07:00
parent a049fa6d8b
commit 2df3962e59
10 changed files with 160 additions and 96 deletions

View File

@@ -40,6 +40,7 @@ namespace TodoAPI2.Models
{
temp += " ถึง " + MyHelper.GetDateStringForReport(end_date);
}
period_text = temp;
}
public void DoAfterInsertUpdate(DataContext context)