zqbao 10 сар өмнө
parent
commit
3bb7d629a1

+ 1 - 0
controllers/report_push_status.go

@@ -164,6 +164,7 @@ func (this *ReportPushStatusController) List() {
 		}
 		}
 		if len(tmpClassifyIds) == 0 {
 		if len(tmpClassifyIds) == 0 {
 			resp := new(response.ReportPushStatusResp)
 			resp := new(response.ReportPushStatusResp)
+			resp.Paging = paging.GetPaging(currentIndex, pageSize, 0)
 			br.Data = resp
 			br.Data = resp
 			br.Msg = "查询成功"
 			br.Msg = "查询成功"
 			br.Success = true
 			br.Success = true