Commit 2246b6950f494165ee1374ff6038e3df3bbf4e09
1 parent
e51a883d71
Exists in
master
and in
6 other branches
听力筛查修改
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyEarFacade.java
View file @
2246b69
... | ... | @@ -1466,6 +1466,10 @@ |
1466 | 1466 | if (babyPatientExtendEarBirth.getEarPoisonType() != null && babyPatientExtendEarBirth.getEarPoisonType() == 1) { |
1467 | 1467 | earPoisonType = "有"; |
1468 | 1468 | } |
1469 | + else if (babyPatientExtendEarBirth.getEarPoisonType() != null && babyPatientExtendEarBirth.getEarPoisonType() == -1) | |
1470 | + { | |
1471 | + earPoisonType = "无"; | |
1472 | + } | |
1469 | 1473 | babyEarBirthView.setEarPoisonType(earPoisonType); |
1470 | 1474 | |
1471 | 1475 | babyEarBirthView.setEarPoison(babyPatientExtendEarBirth.getEarPoisonMap()); |