|
|
@@ -482,7 +482,7 @@ public class PasswordIssController {
|
|
|
String jsonContent = JSONObject.toJSONString(map);
|
|
|
try {
|
|
|
JSONObject jsonObject = queryData(jsonContent, PasswordUrlEnum.DeleteLockUser.getUrl());
|
|
|
- System.out.println("jsonObject = " + jsonObject);
|
|
|
+// System.out.println("jsonObject = " + jsonObject);
|
|
|
// return jsonObject;
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
@@ -512,7 +512,7 @@ public class PasswordIssController {
|
|
|
/*解析数据 start*/
|
|
|
JSONObject jsonObject = JSON.parseObject(result);
|
|
|
|
|
|
- System.out.println("jsonObject = " + jsonObject);
|
|
|
+// System.out.println("jsonObject = " + jsonObject);
|
|
|
|
|
|
|
|
|
return jsonObject;
|