|
@@ -400,11 +400,6 @@ public class ShorePowerController {
|
|
|
String berthId = (String) map.get("berthId");
|
|
|
String page = (String) map.get("current");
|
|
|
String limit = (String) map.get("size");
|
|
|
-// String portId = "";
|
|
|
-// String deviceId = "";
|
|
|
-// String berthId = "";
|
|
|
-// String page = "1";
|
|
|
-// String limit = "500";
|
|
|
String result = executeConnRecordInfoUrl(portId, deviceId, berthId, page, limit);
|
|
|
log.info("连船记录信息查询查询接口调用成功! ===>返回结果:{}",
|
|
|
JSONObject.toJSONString(result));
|