Commit 5f64ce8a authored by 廖旭伟's avatar 廖旭伟

设备列表接口数据层级修改

parent b109ece4
......@@ -365,7 +365,7 @@ public class DeviceController extends BaseCRUDJsonBodyMappingController<DeviceSe
try {
Rest<RespData<List<DevicePdu>>> rest = deviceFeign.list(query);
if (rest.getCode().equals(YesNoEnum.YES.getValue())) {
model.put("data", rest.getData());
model.put("data", rest.getData().getData());
int onlineTotal = 0;
int offlineTotal = 0;
int not_active = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment