jiangshuai
2023-12-28 6ae9a1f35f59d13075ac931558bc38a11b7a6e54
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 {