Merge branch 'fix/hasil-produksi' into 'development'

[FIX][BE]: fix hasil produksi deplesi std dan filter recording approved

See merge request mbugroup/lti-api!305
This commit is contained in:
Hafizh A. Y.
2026-02-04 07:50:54 +00:00
2 changed files with 23 additions and 1 deletions
@@ -398,6 +398,9 @@ func (s *repportService) GetProductionResult(ctx *fiber.Ctx, params *validation.
if detail != nil && detail.TargetMeanBw != nil {
weeklyResults[i].StdBw = *detail.TargetMeanBw
}
if detail != nil {
weeklyResults[i].DepStd = valueOrZero(detail.MaxDepletion)
}
}
}