Commit 2e0226cbab440b83d0461eca7fd9513f2ab43651
1 parent
d4c0fa0871
Exists in
master
and in
6 other branches
产筛
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java
View file @
2e0226c
... | ... | @@ -804,7 +804,7 @@ |
804 | 804 | result.put("bpd",sieveApply.getBpd()); |
805 | 805 | result.put("bcCheckDate",DateUtil.getyyyy_MM_dd(sieveApply.getBcCheckDate())); |
806 | 806 | result.put("historyBirth",sieveApply.getHistoryBirth()); |
807 | - result.put("pastHistory","yes".equals(sieveApply.getPastHistory()) ? "是" : "否"); | |
807 | + result.put("pastHistory",sieveApply.getPastHistory()); | |
808 | 808 | result.put("sieveHospitalId",sieveApply.getSieveHospitalId()); |
809 | 809 | result.put("sendDoctor",sieveApply.getSendDoctor()); |
810 | 810 | result.put("sendTime",DateUtil.getyyyy_MM_dd(sieveApply.getSendTime())); |