From a8632a1dbbad4ee732f1954b21f1ddd9e99fa7c3 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 27 Oct 2022 16:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/supplier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supplier/supplier.go b/supplier/supplier.go index 0a0902b..64fafe3 100644 --- a/supplier/supplier.go +++ b/supplier/supplier.go @@ -158,7 +158,7 @@ type ReplySupplierItem struct { } // Select @Title 筛选非禁用的供应商 -func (s *supplier) Select(ctx context.Context, status uint) (reply []ReplyByIdItem, err error) { +func (s *supplier) Select(ctx context.Context, status uint) (reply []ReplySupplierItem, err error) { xClient, err := client.GetClient(s) if err != nil { return nil, err