You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eXperDB-Management-WebConsole/src/main/java/com/k4m/dx/tcontrol/encrypt/service/call/AgentMonitoringServiceCall.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -77,18 +77,18 @@ public JSONArray selectSystemStatus(String restIp, int restPort, String strTocke
Copy file name to clipboardExpand all lines: eXperDB-Management-WebConsole/src/main/java/com/k4m/dx/tcontrol/encrypt/service/call/AuditLogServiceCall.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ public JSONObject selectBackupLogList(String restIp, int restPort, String strToc
336
336
jsonArray.add(jsonObj);
337
337
}
338
338
result.put("data", jsonArray);
339
-
// System.out.println(result);
339
+
System.out.println(result);
340
340
}
341
341
}
342
342
returnresult;
@@ -407,7 +407,7 @@ public JSONObject selectSystemUsageLogList(String restIp, int restPort, String s
407
407
jsonArray.add(jsonObj);
408
408
}
409
409
result.put("data", jsonArray);
410
-
// System.out.println(result);
410
+
System.out.println(result);
411
411
}
412
412
}
413
413
returnresult;
@@ -484,7 +484,7 @@ public JSONArray selectEntityAgentList(String restIp, int restPort, String strTo
Copy file name to clipboardExpand all lines: eXperDB-Management-WebConsole/src/main/java/com/k4m/dx/tcontrol/encrypt/service/call/CommonServiceCall.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ public JSONArray selectSysCodeListExper(String restIp, int restPort, String strT
Copy file name to clipboardExpand all lines: eXperDB-Management-WebConsole/src/main/java/com/k4m/dx/tcontrol/encrypt/service/call/EncryptSettingServiceCall.java
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ public JSONObject selectSysConfigListLike(String restIp, int restPort, String st
Copy file name to clipboardExpand all lines: eXperDB-Management-WebConsole/src/main/java/com/k4m/dx/tcontrol/encrypt/service/call/KeyManageServiceCall.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ public JSONObject selectCryptoKeyList(String restIp, int restPort, String strToc
0 commit comments