Commit 8f013ba48378742c7680b84f3767e1a15f1a7018
1 parent
59810c785d
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 @
8f013ba
... | ... | @@ -1200,6 +1200,7 @@ |
1200 | 1200 | |
1201 | 1201 | DiagnosisQuery diagnosisQuery = new DiagnosisQuery(); |
1202 | 1202 | diagnosisQuery.setHospitalIds(hids); |
1203 | + diagnosisQuery.setDiaStatus("3"); | |
1203 | 1204 | if (dates != null) { |
1204 | 1205 | diagnosisQuery.setResultDateStart(DateUtil.parseYMD(dates[0])); |
1205 | 1206 | if (dates.length == 2) { |