aijinhui
2023-10-19 8dcf0af29d03e596a5071dfea3df3d5e89f4ff3b
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)
    {