分页计算的一个小问题
Godblessjovi opened this issue · 1 comments
Godblessjovi commented
pagination.go
64行
pagination.LastPage = int(math.Ceil(float64(float64(pagination.Total) / float64(pagination.ListRows))))
yuxingfei commented
bug fix
Godblessjovi opened this issue · 1 comments
pagination.go
64行
pagination.LastPage = int(math.Ceil(float64(float64(pagination.Total) / float64(pagination.ListRows))))
bug fix