This commit is contained in:
suyl
2021-05-22 09:12:13 +08:00
parent eaddb49b26
commit 4223d912d1

View File

@@ -731,7 +731,7 @@ func UserMemberReport(ctx *jxcontext.Context, vendorID int, keyword string, offs
sqlParams = append(sqlParams, keywordLike, keywordLike)
}
sql += `
GROUP BY 1, 2, 3
GROUP BY 1, 2, 3, 4
LIMIT ? OFFSET ?
`
pageSize = jxutils.FormalizePageSize(pageSize)