修改了页码4

This commit is contained in:
wucongxing8150 2025-04-14 17:43:06 +08:00
parent 91ca7a4995
commit f54e6a337b

View File

@ -354,6 +354,7 @@ func (b *Res) GetResCaseRecordList(c *gin.Context) {
result["psize"] = pageSize
result["ptotal"] = int(math.Ceil(float64(total) / float64(pageSize)))
result["ctotal"] = len(g)
result["total"] = total
result["data"] = g
responses.OkWithData(result, c)
}