Commit 7f6630dc5d58980aac6a55e4e0f3e6d5c6504ffd
1 parent
c9a1376daf
Exists in
master
and in
1 other branch
产妇增加字段
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
7f6630d
... | ... | @@ -188,7 +188,7 @@ |
188 | 188 | AntenatalExaminationResult antenatalExaminationResult = new AntenatalExaminationResult(); |
189 | 189 | antenatalExaminationResult.convertToResult(examinationModel); |
190 | 190 | try{ |
191 | - List list1= JsonUtil.toList(examinationModel.getRiskFactor(), List.class); | |
191 | + List list1= JsonUtil.toList(examinationModel.getRiskFactor(), List.class); | |
192 | 192 | antenatalExaminationResult.setRiskFactor(list1); |
193 | 193 | }catch (Exception e){ |
194 | 194 | } |
... | ... | @@ -202,7 +202,7 @@ |
202 | 202 | List<AntExChuModel> antExChuModels = antenatalExaminationService.queryAntExChu(antExChuQuery); |
203 | 203 | AntExChuModel antExChuModel=null; |
204 | 204 | if(CollectionUtils.isNotEmpty(antExChuModels)){ |
205 | - antExChuModels.get(0); | |
205 | + antExChuModel=antExChuModels.get(0); | |
206 | 206 | } |
207 | 207 | antexChuResult.convertToResult(antExChuModel); |
208 | 208 | object=antexChuResult; |