Commit 67b9b2ce4998c1bd9da1e4c46704bd227ff685d4
1 parent
fa5bea4799
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 4 additions and 4 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
67b9b2c
| ... | ... | @@ -582,13 +582,13 @@ |
| 582 | 582 | positive.append("眼位(医生判定)"); |
| 583 | 583 | } |
| 584 | 584 | if ("yang".equals(babyEyeCheck.getRedLeft2())) { |
| 585 | - positive.append("红光反射(医生判定)"); | |
| 585 | + positive.append("红光反射(医生判定阳性)"); | |
| 586 | 586 | } |
| 587 | 587 | if ("yang".equals(babyEyeCheck.getVision2())) { |
| 588 | - positive.append("视力(医生判定)"); | |
| 588 | + positive.append("视力(医生判定阳性)"); | |
| 589 | 589 | } |
| 590 | 590 | if ("yang".equals(babyEyeCheck.getY2())) { |
| 591 | - positive.append("手持眼光仪(医生判定)"); | |
| 591 | + positive.append("手持眼光仪(医生判定阳性)"); | |
| 592 | 592 | } |
| 593 | 593 | if ("yang".equals(babyEyeCheck.getRefraction2())) { |
| 594 | 594 | if ("197".equals(babyEyeCheck.getHospitalId())) |
| ... | ... | @@ -597,7 +597,7 @@ |
| 597 | 597 | } |
| 598 | 598 | else |
| 599 | 599 | { |
| 600 | - positive.append("屈光(医生判定)"); | |
| 600 | + positive.append("屈光(医生判定阳性)"); | |
| 601 | 601 | } |
| 602 | 602 | |
| 603 | 603 | } |