Commit 6c3d6890315677ceadfc49988a25f215a8366f00
1 parent
2dda697668
Exists in
master
and in
8 other branches
产妇增加字段
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/AntExcAddRequest.java
View file @
6c3d689
... | ... | @@ -750,7 +750,7 @@ |
750 | 750 | antExChuModel.setFuwei(fuwei); |
751 | 751 | antExChuModel.setTireNumber1(tireNumber1); |
752 | 752 | antExChuModel.setPlacentas(placentas); |
753 | - antExChuModel.setHighrisk(JsonUtil.obj2JsonString(highrisk)); | |
753 | + antExChuModel.setHighrisk(JsonUtil.array2JsonString(highrisk)); | |
754 | 754 | antExChuModel.setHighriskSocre(highriskSocre); |
755 | 755 | antExChuModel.setOtherHighRisk(JsonUtil.obj2JsonString(otherHighRisk)); |
756 | 756 | antExChuModel.setDiagnosis(diagnosis); |