Commit 27cf06c63eb881cac7ec92e0e5fd62003ec89723
1 parent
a2618a110c
Exists in
master
and in
1 other branch
产妇增加字段
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java
View file @
27cf06c
... | ... | @@ -727,6 +727,7 @@ |
727 | 727 | AntExChuModel antExChuModel=new AntExChuModel(); |
728 | 728 | antExChuModel.setId(id); |
729 | 729 | antExChuModel.setParentId(parentId); |
730 | + antExChuModel.setSyjg(syjg); | |
730 | 731 | antExChuModel.setPastHistory(JsonUtil.obj2JsonString(pastHistory)); |
731 | 732 | antExChuModel.setFamilyHistory(JsonUtil.obj2JsonString(familyHistory)); |
732 | 733 | antExChuModel.setPersonalHistory(JsonUtil.obj2JsonString(personalHistory)); |