Commit 249a72b073b4d798dbb8fe7d0868f9be635f6f7b
1 parent
504cfae2f6
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
249a72b
... | ... | @@ -95,6 +95,8 @@ |
95 | 95 | || "yang".equals(babyEyeCheck.getNystagmus()) || "yang".equals(babyEyeCheck.getExtEyelook()) |
96 | 96 | || "ruoyang".equals(babyEyeCheck.getRedRightReflex()) || "ruoyang".equals(babyEyeCheck.getRedLeftReflex()) |
97 | 97 | || "ruoyang".equals(babyEyeCheck.getRedReflex()) |
98 | + || "yang".equals(babyEyeCheck.getRefraction2()) | |
99 | + | |
98 | 100 | |
99 | 101 | ) { |
100 | 102 | //器械判定阳性 |