mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
add api bulk update status daily checklist; change hpp real to estimate
This commit is contained in:
@@ -2366,8 +2366,8 @@ func (s *repportService) GetHppPerKandang(ctx *fiber.Ctx) (*dto.HppPerKandangRes
|
||||
}
|
||||
if hppCost != nil {
|
||||
eggPiecesFloatRemaining = hppCost.Estimation.Butir - hppCost.Real.Butir
|
||||
// eggHpp = hppCost.Estimation.HargaKg
|
||||
eggHpp = hppCost.Real.HargaKg
|
||||
eggHpp = hppCost.Estimation.HargaKg
|
||||
// eggHpp = hppCost.Real.HargaKg
|
||||
eggTotalPiecesFloat = hppCost.Estimation.Butir
|
||||
eggWeightFloat = hppCost.Estimation.Kg
|
||||
if eggTotalPiecesFloat > 0 {
|
||||
|
||||
Reference in New Issue
Block a user