feat[BE-332]: add api get one tab sapronak

This commit is contained in:
giovanni-ce
2025-12-08 21:33:29 +07:00
parent 296e8e4c18
commit 4b147a3be7
8 changed files with 434 additions and 3 deletions
@@ -263,7 +263,7 @@ func createProductWarehouseRow(t *testing.T, db *gorm.DB, qty float64) entity.Pr
ProductId: 1,
WarehouseId: 1,
Quantity: qty,
CreatedBy: 1,
// CreatedBy: 1,
}
if err := db.Create(&pw).Error; err != nil {
t.Fatalf("create product warehouse: %v", err)