Commit 4116235027072b96a370e74ae15921b2a83ed849
1 parent
d9d129a0cf
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/ViewFacade.java
View file @
4116235
... | ... | @@ -2688,6 +2688,7 @@ |
2688 | 2688 | |
2689 | 2689 | /******威海新增胎盘字段*******/ |
2690 | 2690 | extMap.put("tpmcDate",DateUtil.getYyyyMmDd(temp.getTpmcDate())); |
2691 | + extMap.put("mcfs",temp.getMcfs()); | |
2691 | 2692 | extMap.put("tpCondition",temp.getTpCondition()); |
2692 | 2693 | extMap.put("tpShape",temp.getTpShape()); |
2693 | 2694 | extMap.put("qdfz",temp.getQdfz()); |