Feat[BE]: create resubmit projectflock API

This commit is contained in:
aguhh18
2025-12-02 12:39:58 +07:00
parent 002981e63b
commit e667d88218
6 changed files with 128 additions and 2 deletions
@@ -56,7 +56,8 @@ func (r *ProjectflockRepositoryImpl) WithDefaultRelations() func(*gorm.DB) *gorm
Preload("KandangHistory").
Preload("KandangHistory.Kandang").
Preload("Budgets").
Preload("Budgets.Nonstock")
Preload("Budgets.Nonstock").
Preload("Budgets.Nonstock.Uom")
}
}