修改
This commit is contained in:
parent
559a06f697
commit
e3c5fc1ff0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user