Commit 5a78320a3fd6ba50551919ee1c3d8e592ba0e462
1 parent
c3b20889e3
Exists in
master
and in
6 other branches
改字段
Showing 1 changed file with 6 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java
View file @
5a78320
... | ... | @@ -392,6 +392,12 @@ |
392 | 392 | if("yang".equals(babyEyeCheck.getLacrimalApparatus())) { |
393 | 393 | positive.append("泪器 "); |
394 | 394 | } |
395 | + if("yang".equals(babyEyeCheck.getNystagmus())) { | |
396 | + positive.append("视动性眼震 "); | |
397 | + } | |
398 | + if("yang".equals(babyEyeCheck.getExtEyelook())) { | |
399 | + positive.append("外眼观察 "); | |
400 | + } | |
395 | 401 | |
396 | 402 | temp.put("positive", positive.toString()); |
397 | 403 | temp.put("doctor", couponMapper.getUserName(babyEyeCheck.getDoctor())); |