Commit 9169c6ecccced44b4517cce56412a859ac1f88d4
1 parent
9c10556084
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/facade/AntenatalExaminationFacade.java
View file @
9169c6e
... | ... | @@ -167,7 +167,7 @@ |
167 | 167 | //查询产前检查记录 |
168 | 168 | List list = antenatalExaminationService.findAllByParentId(patients.getId()); |
169 | 169 | List data = new ArrayList(); |
170 | - if(StringUtils.isNotEmpty(antExChuModel.getHighrisk())){ | |
170 | + if(null!=antExChuModel&&StringUtils.isNotEmpty(antExChuModel.getHighrisk())){ | |
171 | 171 | List l = JsonUtil.toList(antExChuModel.getHighrisk(),List.class); |
172 | 172 | for(int i=0;i<l.size();i++){ |
173 | 173 | String key = (String)l.get(i); |