Commit f2b6f736100c810b759ad01877ba663271a91d6e
1 parent
8db6bb1a9a
Exists in
master
and in
6 other branches
产筛
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
f2b6f73
... | ... | @@ -669,6 +669,7 @@ |
669 | 669 | result.put("collectionDoctorId",sieveApply.getCollectionDoctorId()); |
670 | 670 | result.put("collectionDate",DateUtil.getyyyy_MM_dd(sieveApply.getCollectionDate())); |
671 | 671 | result.put("crl",sieveApply.getCrl()); |
672 | + result.put("bpd",sieveApply.getBpd()); | |
672 | 673 | result.put("bcCheckDate",DateUtil.getyyyy_MM_dd(sieveApply.getBcCheckDate())); |
673 | 674 | result.put("historyBirth",sieveApply.getHistoryBirth()); |
674 | 675 | result.put("pastHistory",sieveApply.getPastHistory()); |