From 17d2000f986964f7406565148a34d3be990706ea Mon Sep 17 00:00:00 2001 From: jhc Date: Sun, 23 Feb 2025 14:24:02 +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 --- pkg/service/bundle/bundleOrder.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/service/bundle/bundleOrder.go b/pkg/service/bundle/bundleOrder.go index 927d89d..b162f19 100644 --- a/pkg/service/bundle/bundleOrder.go +++ b/pkg/service/bundle/bundleOrder.go @@ -185,9 +185,9 @@ func OrderRecordsList(c *gin.Context) { } // 获取 用户信息 - userInfo := login.GetUserInfoFromC(c) + //userInfo := login.GetUserInfoFromC(c) - req.CustomerID = strconv.FormatUint(userInfo.ID, 10) + //req.CustomerID = strconv.FormatUint(userInfo.ID, 10) res, err := service.BundleProvider.OrderRecordsList(context.Background(), &req) if err != nil {