Commit ff04b304fb52cf10ba40ef63837cd18b9d4f5faa
1 parent
f2577c3e7d
Exists in
master
and in
6 other branches
儿童检查
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/hospitalapi/lcdcf/LcdcfFmService.java
View file @
ff04b30
... | ... | @@ -111,7 +111,7 @@ |
111 | 111 | maternalDeliverResult.setDueDate(fm.getBABY_DELIVERY_TIME().substring(0,10)); |
112 | 112 | maternalDeliverResult.setDueWeek(fm.getDUE_WEEK()); |
113 | 113 | maternalDeliverResult.setTireNumber(fm.getFETUS_NUM()); |
114 | - maternalDeliverResult.setPlacenta(fm.getPLACENTA_NUM().toString()); | |
114 | + maternalDeliverResult.setPlacenta(fm.getPLACENTA_NUM() == null ? "" : fm.getPLACENTA_NUM().toString()); | |
115 | 115 | String fmfs = ""; |
116 | 116 | if (fm.getDELIVERY_MODE() != null && "剖宫产".equals(fm.getDELIVERY_MODE())) |
117 | 117 | { |