소스 검색

Merge branch 'bzq/dev' of eta_mini/eta_mini_crm into debug

鲍自强 9 달 전
부모
커밋
96d95a6a93
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/report_push_status.go

+ 1 - 0
controllers/report_push_status.go

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