Commit 993ab7632ecde1300a287d9d453d5ad5081a2a26
1 parent
545920fc5b
Exists in
master
and in
6 other branches
筛查统计
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
993ab76
... | ... | @@ -1457,7 +1457,7 @@ |
1457 | 1457 | |
1458 | 1458 | //羊水穿刺产前诊断 诊断项目(1,羊水穿刺;2,绒毛穿刺;3,脐带血检测) |
1459 | 1459 | DiagnosisQuery diagnosisQuery1 = new DiagnosisQuery(); |
1460 | - diagnosisQuery1.setHospitalIds(hospitalIds); | |
1460 | + diagnosisQuery1.setParentIdList(hospitalIds); | |
1461 | 1461 | diagnosisQuery1.setDiaProject("1"); |
1462 | 1462 | diagnosisQuery1.setDiaStatus("3");//(0,未申请;1,已申请;2,已接收;3,已诊断) |
1463 | 1463 | if (dates != null) { |
... | ... | @@ -1469,7 +1469,7 @@ |
1469 | 1469 | disCount = diagnosisService.queryDiagnosisCount(diagnosisQuery1); |
1470 | 1470 | |
1471 | 1471 | diagnosisQuery1 = new DiagnosisQuery(); |
1472 | - diagnosisQuery1.setHospitalIds(hospitalIds); | |
1472 | + diagnosisQuery1.setParentIdList(hospitalIds); | |
1473 | 1473 | diagnosisQuery1.setDiaProject("1"); |
1474 | 1474 | diagnosisQuery1.setDiaResult("1");//诊断结果(0,阴性;1,阳性) |
1475 | 1475 | diagnosisQuery1.setDiaStatus("3");//(0,未申请;1,已申请;2,已接收;3,已诊断) |