Commit 7bf754ae06475094d28dbc26ef768cb44e295111
1 parent
8f013ba483
Exists in
master
and in
6 other branches
产筛统计报表
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
7bf754a
... | ... | @@ -1284,6 +1284,7 @@ |
1284 | 1284 | //诊断总人数 |
1285 | 1285 | DiagnosisQuery diagnosisQuery1 = new DiagnosisQuery(); |
1286 | 1286 | diagnosisQuery1.setHospitalIds(hids); |
1287 | + diagnosisQuery1.setDiaStatus("3"); | |
1287 | 1288 | if (dates != null) { |
1288 | 1289 | diagnosisQuery1.setResultDateStart(DateUtil.parseYMD(dates[0])); |
1289 | 1290 | if (dates.length == 2) { |