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