From e3c5fc1ff0ce3a7b493a3a93f07e043d1a56c55f Mon Sep 17 00:00:00 2001 From: jhc Date: Sat, 29 Mar 2025 00:50:35 +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 f375425..747d72c 100644 --- a/pkg/service/bundle/bundleOrder.go +++ b/pkg/service/bundle/bundleOrder.go @@ -272,9 +272,9 @@ func OrderRecordsDetail(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.OrderRecordsDetail(context.Background(), &req) if err != nil {