Commit 7322d9c4493def3ad6ba6c9bf0c7f191a1da0bf4
1 parent
5128196eac
Exists in
dev
#fix:新增胎数、妊娠方式等字段
Showing 1 changed file with 3 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
7322d9c
... | ... | @@ -2587,7 +2587,9 @@ |
2587 | 2587 | map.put("followupDoctorName",data.getFollowupDoctorName()); |
2588 | 2588 | map.put("name",data.getName()); |
2589 | 2589 | map.put("followupDate",data.getFollowupDate()); |
2590 | - | |
2590 | + map.put("fuzhurenshen",data.getFuzhurenshen()); | |
2591 | + map.put("fuzhufangshi",data.getFuzhufangshi()); | |
2592 | + map.put("taishu",data.getTaishu()); | |
2591 | 2593 | br.setErrorcode(ErrorCodeConstants.SUCCESS); |
2592 | 2594 | br.setErrormsg("成功"); |
2593 | 2595 | br.setData(map); |