Commit 2e219eb50597b135421270baa8669ff1fd7ae2c0

Authored by liquanyu
1 parent bb5267f174

秦皇岛就诊卡密码

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java View file @ 2e219eb
... ... @@ -3554,6 +3554,8 @@
3554 3554 System.out.println(s);
3555 3555 if (StringUtils.isNotEmpty(s))
3556 3556 {
  3557 + s = JsonUtil.getObj(s).getJSONObject("resultData").toString();
  3558 + System.out.println(s);
3557 3559 List<Pwd> pwds = JsonUtil.jsonToList(s,Pwd.class);
3558 3560 if (CollectionUtils.isNotEmpty(pwds))
3559 3561 {