Commit 1e23f056dd6c72bc31385f3203d11d00406e7440
1 parent
966dc94f54
Exists in
master
and in
6 other branches
产检增加字段
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java
View file @
1e23f05
| ... | ... | @@ -4,7 +4,6 @@ |
| 4 | 4 | import com.lyms.platform.common.utils.JsonUtil; |
| 5 | 5 | import com.lyms.platform.operate.web.request.MatDeliverAddRequest; |
| 6 | 6 | import com.lyms.platform.pojo.AntExChuModel; |
| 7 | -import org.apache.commons.lang.StringUtils; | |
| 8 | 7 | |
| 9 | 8 | import java.util.List; |
| 10 | 9 | import java.util.Map; |
| ... | ... | @@ -940,6 +939,8 @@ |
| 940 | 939 | if(null!=antExChuModel.getBp()){ |
| 941 | 940 | setBp(JsonUtil.str2Obj(antExChuModel.getBp(),Map.class)); |
| 942 | 941 | } |
| 942 | + setNeoDeath(antExChuModel.getNeoDeath()); | |
| 943 | + setBirthDefect(antExChuModel.getBirthDefect()); | |
| 943 | 944 | setHeart(antExChuModel.getHeart()); |
| 944 | 945 | setLungs(antExChuModel.getLungs()); |
| 945 | 946 | setVulva(antExChuModel.getVulva()); |