Commit 17c1b822c099764efdeb4446d810136087a26e2d

Authored by liquanyu
1 parent ca95b1e8cc

update code

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/RiskReportFacade.java View file @ 17c1b82
... ... @@ -138,7 +138,7 @@
138 138  
139 139 //总的孕妇条数
140 140 int allPatientCount = patientsService.queryPatientCount(patientsQuery);
141   - allPatientCount+=allPatientCount;
  141 + allPatientCount+=riskPatientCount;
142 142  
143 143 List<RiskReportResult> results = new ArrayList<>();
144 144