Commit e2b6bc095c648a5e0da052901a49966b9839ebbc
1 parent
2e219eb505
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/platform/operate/web/controller/TestController.java
View file @
e2b6bc0
... | ... | @@ -3554,7 +3554,7 @@ |
3554 | 3554 | System.out.println(s); |
3555 | 3555 | if (StringUtils.isNotEmpty(s)) |
3556 | 3556 | { |
3557 | - s = JsonUtil.getObj(s).getJSONObject("resultData").toString(); | |
3557 | + s = JsonUtil.getObj(s).getJSONArray("resultData").toString(); | |
3558 | 3558 | System.out.println(s); |
3559 | 3559 | List<Pwd> pwds = JsonUtil.jsonToList(s,Pwd.class); |
3560 | 3560 | if (CollectionUtils.isNotEmpty(pwds)) |