Commit 1141261708fea562704251ee23319fd3ffcd1b44
1 parent
c3b733802b
Exists in
master
and in
8 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
1141261
... | ... | @@ -231,7 +231,7 @@ |
231 | 231 | //bm.setHighRiskReason(b.getHighRiskReason()); |
232 | 232 | bm.setExpVip(b.getExpVip()); |
233 | 233 | bm.setMremark(b.getMremark()); |
234 | - bm.setDiagnose(JsonUtil.obj2JsonString(b.getDiagnose())); | |
234 | + bm.setDiagnose(JsonUtil.array2JsonString(b.getDiagnose())); | |
235 | 235 | |
236 | 236 | if (b.getExpType() != null) |
237 | 237 | { |