This commit is contained in:
蒋海成 2025-02-23 14:24:02 +08:00
parent 95d372f41e
commit 17d2000f98

View File

@ -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)
if err != nil {