zhangjian
2023-08-09 b5cc4996ee502e9bf9db2d9f05c88d988e33e1ab
ard-work/src/main/java/com/ruoyi/app/patrolplan/controller/ArdAppPatrolpointController.java
@@ -91,14 +91,4 @@
        return toAjax(ardAppPatrolpointService.updateArdAppPatrolpoint(ardAppPatrolpoint));
    }
    /**
     * 删除app巡检计划点位
     */
    @PreAuthorize("@ss.hasPermi('app:patrolpoint:remove')")
    @Log(title = "app巡检计划点位", businessType = BusinessType.DELETE)
   @DeleteMapping("/{ids}")
    public AjaxResult remove(@PathVariable String[] ids)
    {
        return toAjax(ardAppPatrolpointService.deleteArdAppPatrolpointByIds(ids));
    }
}