REM:
1. 删除获取能力节点列表出参中name和ip字段不为空,如果设备不存在,对应的name和ip无意义
This commit is contained in:
chenlinghy 2020-05-14 16:27:48 +08:00
parent 1879833b71
commit 8c15198404
1 changed files with 0 additions and 2 deletions

View File

@ -515,8 +515,6 @@ public class DisposeNodeInfoController {
} else {
DisposeNodeData dpData = new DisposeNodeData();
dpData.setId(v);
dpData.setName("Not Found");
dpData.setIp("Not Found");
dpData.setStatus(ErrorCode.ERR_NOSUCHDEVICE.getCode());
dpData.setMessage(ErrorCode.ERR_NOSUCHDEVICE.getMsg());
rspInfo.getItems().add(dpData);