This commit is contained in:
蒋海成 2025-03-29 00:50:35 +08:00
parent 559a06f697
commit e3c5fc1ff0

View File

@ -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 {