From 1572f45e72cc0fa15c029f9ee2a08474104435e6 Mon Sep 17 00:00:00 2001 From: selfcheer <selfcheer@gmail.com> Date: 星期五, 19 七月 2024 00:48:43 +0800 Subject: [PATCH] 采购单产品列表去掉过滤重复产品的逻辑 --- main.go | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 2c657ed..2b4c8d8 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,6 @@ "google.golang.org/grpc" "net" "srm/api/v1/test" - "srm/proto/crm_srm" "srm/proto/purchase_wms" "srm/proto/qualityinspect" "srm/proto/supplier" @@ -51,7 +50,6 @@ //todo 娣诲姞鍏蜂綋鏈嶅姟 purchase_wms.RegisterPurchaseServiceServer(s, &purchase_wms.Server{}) supplier.RegisterSupplierServiceServer(s, &supplier.Server{}) - crm_srm.RegisterCrmAndSrmServiceServer(s, &crm_srm.Server{}) err = s.Serve(ln) if err != nil { global.GVA_LOG.Error("grpc server init error: %v", zap.Error(err)) -- Gitblit v1.8.0