zhangqian
2024-03-19 16fd3076723f820aa079ff2863f7ab054ab4d0a1
proto/product_inventory/server.go
@@ -435,6 +435,9 @@
         } else {
            locationSendAmount = productAmount
         }
         if locationSendAmount.LessThanOrEqual(decimal.Zero) {
            continue
         }
         productInfoList = append(productInfoList, &service.ProductInfo{
            ProductID: productNumber,
            Amount:    locationSendAmount,