zhangnaisong
2024-07-04 4b8bdee03a2469a0260611f4f06d26ef16c5383c
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)
    {