Commit 7841065ea21d1e69c0243ef4cdf3e10f4e2e168e

Authored by yangfei
1 parent 2c31c68839

产检医生统计

Showing 1 changed file with 1 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/FollowUpController.java View file @ 7841065
... ... @@ -141,6 +141,7 @@
141 141 }
142 142 interStrate.append("人工耳蜗:"+(followUp.getArtifiCochlea()==1?"左耳":followUp.getArtifiCochlea()==2?"右耳":"全部"));
143 143 }
  144 + fuResult.setInterStrate(interStrate.toString());
144 145  
145 146 if(StringUtils.isNotEmpty(followUp.getFollowDoctorId())){
146 147 fuResult.setFollowDoctorId(followUp.getFollowDoctorId());