| | |
| | | patArchiveReq.setPageNum(null); |
| | | patArchiveReq.setPageSize(null); |
| | | List<PatArchiveOthreInfo> count = patArchiveService.getPatientInfo(patArchiveReq); |
| | | map.put("total", count); |
| | | map.put("total", count.size()); |
| | | return map; |
| | | } |
| | | |
| | |
| | | patArchiveReq.setPageNum(null); |
| | | List<PatArchiveOthreInfo> patientInfoQC = patArchiveService.getPatientInfoQC(patArchiveReq); |
| | | |
| | | // long count = PageUtils.count(new ISelect() { |
| | | // @Override |
| | | // public void doSelect() { |
| | | // patArchiveService.getPatientInfoQC(patArchiveReq); |
| | | // } |
| | | // }); |
| | | return getDataTable3(patientInfoQC.size(), patientInfo); |
| | | } |
| | | |