feat(BE-390): adjustment calculate dashboard

This commit is contained in:
ragilap
2026-01-11 18:35:23 +07:00
parent d40243be4b
commit a54129866e
2 changed files with 3 additions and 3 deletions
@@ -288,7 +288,7 @@ func (s dashboardService) buildPerformanceCharts(ctx context.Context, params *va
performanceDataset = append(performanceDataset, map[string]interface{}{
"week": week,
"act_laying": roundTo(rec.HandDay, 2),
"act_laying": roundTo(rec.HenDay, 2),
"std_laying": roundTo(std.StdLaying, 2),
"act_egg_weight": roundTo(rec.EggWeight, 2),
"std_egg_weight": roundTo(std.StdEggWeight, 2),