@ -57,7 +57,7 @@ public class EquVlanController extends BaseController
@ApiOperation("获取界面Vlan信息")
public TableDataInfo listByEquId(@PathVariable("equId") String equId)
{
startPage();
List<EquVlan> list = equVlanService.selectEquVlanListByEquId(equId);
return getDataTable(list);
}
@ -115,7 +115,7 @@ public class AlertMessageController extends BaseController
@ApiOperation("获取界面ALlertMessage信息")
public TableDataInfo listByEquId(@PathVariable("equId")Long equId)
List<AlertMessage> list = alertMessageService.selectAlertMessageListByEquId(equId);
@ -89,7 +89,7 @@ public class EquInterfaceController extends BaseController
@ApiOperation("获取界面Interface接口信息")
public TableDataInfo listByEquID(@PathVariable("equID") String equID)
List<EquInterface> list = equInterfaceService.selectEquInterfaceListByEquID(equID);
@ -56,7 +56,7 @@ public class EquRoutingController extends BaseController
@ApiOperation("获取界面Routing信息")
List<EquRouting> list = equRoutingService.selectEquRoutingListByEquId(equId);
@ -56,7 +56,7 @@ public class EquVeneerController extends BaseController
@ApiOperation("获取界面Venerr信息")
public TableDataInfo listByEquId(@PathVariable("equID") String equID)
List<EquVeneer> list = equVeneerService.selectEquVeneerListByEquId(equID);