Administrator
2023-08-05 bc8ca5f34b3c8f163bbfdda49a1b085aa8b4f019
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巡检计划