aijinhui
2024-02-28 cc8d75e6b28c10dd20f2d9f67648d9fe9289b1e3
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)
    {