Commit e3cf2798b8c81c655893aa396638dd3ec90173ec
1 parent
39817b8d72
Exists in
master
and in
6 other branches
1
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 @
e3cf279
| ... | ... | @@ -787,7 +787,7 @@ |
| 787 | 787 | StringBuffer otherRisk = new StringBuffer(); |
| 788 | 788 | Integer score = 0; |
| 789 | 789 | for (Map<String, Object> map : listMap) { |
| 790 | - Object fxysu = map.get("fxysu").toString(); | |
| 790 | + Object fxysu = map.get("name").toString(); | |
| 791 | 791 | if (fxysu != null) { |
| 792 | 792 | otherRisk.append(fxysu + ","); |
| 793 | 793 | } |
| ... | ... | @@ -842,7 +842,7 @@ |
| 842 | 842 | StringBuffer otherRisk = new StringBuffer(); |
| 843 | 843 | Integer score = 0; |
| 844 | 844 | for (Map<String, Object> map : listMap) { |
| 845 | - Object fxysu = map.get("fxysu").toString(); | |
| 845 | + Object fxysu = map.get("name").toString(); | |
| 846 | 846 | if (fxysu != null) { |
| 847 | 847 | otherRisk.append(fxysu + ","); |
| 848 | 848 | } |