‘liusuyi’
2023-08-19 9ddf2ba91c62a6bf66c21f7f471527745ae2ad53
取消通道接口权限控制
已修改1个文件
4 ■■■■ 文件已修改
ard-work/src/main/java/com/ruoyi/device/channel/controller/ArdChannelController.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
    {