Merge branch 'jng' into dev

This commit is contained in:
桀尼龟 2025-06-14 11:29:27 +08:00
commit 58b0ca77e1

View File

@ -535,10 +535,10 @@ func OrderRecordsDetail(c *gin.Context) {
return
}
/*// 获取 用户信息
// 获取 用户信息
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 {