Commit f07d915358bd056b8131e61fb2237f7b1ba1e746
1 parent
234b1c9f61
Exists in
master
and in
1 other branch
111
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
f07d915
... | ... | @@ -707,6 +707,7 @@ |
707 | 707 | Map<String, Object> map = new HashMap<>(); |
708 | 708 | map.put("id", basicConfig.getId()); |
709 | 709 | map.put("name", basicConfig.getName()); |
710 | + map.put("code", basicConfig.getCode()); | |
710 | 711 | if (StringUtils.isNotEmpty(basicConfig.getCode())) { |
711 | 712 | score += NumberUtils.toInt(basicConfig.getCode(), 0); |
712 | 713 | } |