Commit 0de307e70a890cda0353df70ac132089af3bbeb3
1 parent
d0fc07c917
Exists in
master
and in
2 other branches
获取高危空指针异常
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java
View file @
0de307e
... | ... | @@ -2899,7 +2899,7 @@ |
2899 | 2899 | List level = new ArrayList(); |
2900 | 2900 | if (org.apache.commons.lang.StringUtils.isNotEmpty(patients.getRiskLevelId())) { |
2901 | 2901 | try { |
2902 | - List<String> list = JsonUtil.jkstr2Obj(patients.getRiskLevelId(), List.class); | |
2902 | + List<String> list = JsonUtil.patientRiskLevelIdToList(patients.getRiskLevelId()); | |
2903 | 2903 | for (String str : list) { |
2904 | 2904 | BasicConfig basicConfig = basicConfigService.getOneBasicConfigById(str); |
2905 | 2905 | if (null != basicConfig) { |