adjust response api summary daily checklist

This commit is contained in:
MacBook Air M1
2026-01-12 10:37:33 +07:00
parent ae41422776
commit d568b87e01
2 changed files with 10 additions and 5 deletions
@@ -151,6 +151,10 @@ func (u *DailyChecklistController) GetSummary(c *fiber.Ctx) error {
performanceMap[summary.EmployeeID] = &dto.DailyChecklistPerformanceOverviewDTO{
EmployeeID: summary.EmployeeID,
EmployeeName: summary.EmployeeName,
Kandang: dto.DailyChecklistReportEntityDTO{
Id: summary.KandangID,
Name: summary.KandangName,
},
}
}