This commit is contained in:
yangduo 2024-08-02 17:20:47 +08:00
parent c9a5ac619e
commit 7db2da0f85

View File

@ -159,7 +159,7 @@ func (ea *RechargeApi) RechargeQuery(c *gin.Context) {
return
}
pageSize := q5.AdjustRangeValue(q5.SafeToInt32(reqJson.PageSize), 1, 20)
var pageSize int32 = 0xFFFF //q5.AdjustRangeValue(q5.SafeToInt32(reqJson.PageSize), 1, 20)
cursor := q5.SafeToInt64(reqJson.Cursor)
sql := fmt.Sprintf(`