修改
This commit is contained in:
parent
95d372f41e
commit
17d2000f98
@ -185,9 +185,9 @@ func OrderRecordsList(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.OrderRecordsList(context.Background(), &req)
|
res, err := service.BundleProvider.OrderRecordsList(context.Background(), &req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user