Commit 6a5405e61701d78da5f48cac8b34535fd263239b
1 parent
bceeabbae5
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/ViewFacade.java
View file @
6a5405e
... | ... | @@ -710,7 +710,7 @@ |
710 | 710 | map.put("riskScore", UnitUtils.unitSplice(patients.getRiskScore(),UnitConstants.FEN)); |
711 | 711 | |
712 | 712 | map.put("deliveryDate", data.getDueDate()); |
713 | - map.put("dueWeek", data.getDueWeek()==null ? "": com.lyms.platform.common.utils.StringUtils.dueWeek(Integer.parseInt(data.getDueWeek()))); | |
713 | + map.put("dueWeek", data.getDueWeek()); | |
714 | 714 | |
715 | 715 | String fmHospital = ""; |
716 | 716 |