Commit 2639e721b21c10c3c162603d9da5ead42d523f34
1 parent
7f7b1779cb
Exists in
master
and in
6 other branches
打印
Showing 1 changed file with 4 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
2639e72
... | ... | @@ -3940,6 +3940,10 @@ |
3940 | 3940 | //父亲年龄 |
3941 | 3941 | map.put("fatherAge",fage); |
3942 | 3942 | |
3943 | + | |
3944 | + //产妇情况 1良好 其他不选 | |
3945 | + map.put("maternalInfo",data.getMaternalInfo()); | |
3946 | + | |
3943 | 3947 | br.setErrorcode(ErrorCodeConstants.SUCCESS); |
3944 | 3948 | br.setErrormsg("成功"); |
3945 | 3949 | br.setData(map); |