proto/product_inventory/server.go
@@ -101,7 +101,7 @@ products := make([]*ProductInfo, 0) for _, material := range materials { var p ProductInfo p.Id = material.ID p.Number = material.ID p.Name = material.Name for _, detail := range details { if material.ID == detail.ProductId {