From ebf654c57e65b074ce4cc3b7016cf157a85fb3ad Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 11 三月 2024 15:18:24 +0800 Subject: [PATCH] wms采购范围 --- proto/product_inventory/server.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/proto/product_inventory/server.go b/proto/product_inventory/server.go index c99b9f9..14bf8cd 100644 --- a/proto/product_inventory/server.go +++ b/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 { -- Gitblit v1.8.0