Commit 9fdd0766ae2a124fc033246c35c7a12dbba950ac
1 parent
1c05143c5f
Exists in
master
and in
1 other branch
删除多余的方法
Showing 1 changed file with 0 additions and 17 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ResidentsArchiveFacade.java
View file @
9fdd076
... | ... | @@ -397,23 +397,6 @@ |
397 | 397 | } |
398 | 398 | |
399 | 399 | /** |
400 | - * 把json对象串转换成map对象 | |
401 | - * @param jsonObjStr e.g. {'name':'get','int':1,'double',1.1,'null':null} | |
402 | - * @return Map | |
403 | - */ | |
404 | - public static Map getMapFromJsonObjStr(String jsonObjStr) { | |
405 | - JSONObject jsonObject = JSONObject.fromObject(jsonObjStr); | |
406 | - | |
407 | - Map map = new HashMap(); | |
408 | - for (Iterator iter = jsonObject.keys(); iter.hasNext();) { | |
409 | - String key = (String) iter.next(); | |
410 | - map.put(key, jsonObject.get(key)); | |
411 | - } | |
412 | - return map; | |
413 | - } | |
414 | - | |
415 | - | |
416 | - /** | |
417 | 400 | * 妇女健康管理 |
418 | 401 | * @param queryRequest |
419 | 402 | * @param userId |