|
@@ -204,8 +204,7 @@ public class ShorePowerController {
|
|
|
String deviceId = (String) map.get("deviceId");
|
|
|
String page = (String) map.get("current");
|
|
|
String limit = (String) map.get("size");
|
|
|
- String result = executeDeviceInfoNewUrl(portId, platformId, operatorId, deviceId, page,
|
|
|
- limit);
|
|
|
+ String result = executeDeviceInfoNewUrl(portId, platformId, operatorId, deviceId, page, limit);
|
|
|
log.info("长航 - 设备信息设备查询接口调用成功! ===>返回结果:{}",
|
|
|
JSONObject.toJSONString(result));
|
|
|
JSONObject jsonObject = JSONObject.parseObject(result);
|