Commit 19664050 authored by haoyanbin's avatar haoyanbin

1

parent 3f19d047
...@@ -20,7 +20,7 @@ func SetCode(c *gin.Context) { ...@@ -20,7 +20,7 @@ func SetCode(c *gin.Context) {
var req request.GetCustomerUserListReq var req request.GetCustomerUserListReq
_ = c.ShouldBindJSON(&req) _ = c.ShouldBindJSON(&req)
req.PageSize = 1200 req.PageSize = 99999
_, list, _ := service.GetCustomerUserList(req) _, list, _ := service.GetCustomerUserList(req)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment