zhangnaisong
2024-02-18 f239046819553c821c68e3687b7d72d421fbc10e
ard-work/src/main/java/com/ruoyi/device/channel/controller/ArdChannelController.java
@@ -42,7 +42,7 @@
     * 查询通道管理列表
     */
    @ApiOperation("查询通道管理列表")
    @PreAuthorize("@ss.hasPermi('device:channel:list')")
//    @PreAuthorize("@ss.hasPermi('device:channel:list')")
    @GetMapping("/list")
    public TableDataInfo list(ArdChannel ardChannel)
    {
@@ -68,7 +68,7 @@
     * 获取通道管理详细信息
     */
    @ApiOperation("获取通道管理详细信息")
    @PreAuthorize("@ss.hasPermi('device:channel:query')")
//    @PreAuthorize("@ss.hasPermi('device:channel:query')")
    @GetMapping(value = "/{id}")
    public AjaxResult getInfo(@PathVariable("id") String id)
    {