Commit ab9d5449ad255f87060e95835b699d5658254d55
1 parent
13396eb1b4
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 @
ab9d544
... | ... | @@ -2687,7 +2687,7 @@ |
2687 | 2687 | extMap.put("umbilicalCordExType", umbilicalCordExType); |
2688 | 2688 | |
2689 | 2689 | /******威海新增胎盘字段*******/ |
2690 | - extMap.put("tpmcDate",DateUtil.getYyyyMmDd(temp.getTpmcDate())); | |
2690 | + extMap.put("tpmcDate",temp.getTpmcDate()); | |
2691 | 2691 | extMap.put("mcfs",temp.getMcfs()); |
2692 | 2692 | extMap.put("tpCondition",temp.getTpCondition()); |
2693 | 2693 | extMap.put("tpShape",temp.getTpShape()); |