Administrator
2023-08-05 0ee44e75029923734744628a8b059fa41ff3ef55
ard-work/src/main/java/com/ruoyi/app/patrolplan/controller/ArdAppPatrolplanController.java
@@ -95,13 +95,13 @@
    /**
     * 根据巡检ID查询巡检人
     */
    /*@PreAuthorize("@ss.hasPermi('app:appPatrolplan:userByPlanId')")
    @PreAuthorize("@ss.hasPermi('app:appPatrolplan:userByPlanId')")
    @GetMapping(value = "userByPlanId/{id}")
    @ApiOperation("根据巡检ID查询巡检人")
    public Results userByPlanId(@PathVariable String id)
    {
        return ardAppPatroluserService.userByPlanId(id);
    }*/
    }
    /**
     * 删除app巡检计划