From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 18 九月 2024 09:39:02 +0800 Subject: [PATCH] 代码提交 --- ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentcategoryController.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentcategoryController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentcategoryController.java index 27a9a08..d21f32d 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentcategoryController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/IvrLibIntentcategoryController.java @@ -23,7 +23,7 @@ /** * AI鎰忓浘搴撳垎绫籆ontroller - * + * * @author smartor * @date 2023-03-06 */ @@ -37,7 +37,7 @@ /** * 鏌ヨAI鎰忓浘搴撳垎绫诲垪琛� */ - @PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:list')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:list')") @PostMapping("/list") public TableDataInfo list(@RequestBody IvrLibIntentcategory ivrLibIntentcategory) { @@ -49,7 +49,7 @@ /** * 瀵煎嚭AI鎰忓浘搴撳垎绫诲垪琛� */ - @PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:export')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:export')") @Log(title = "AI鎰忓浘搴撳垎绫�", businessType = BusinessType.EXPORT) @PostMapping("/export") public void export(HttpServletResponse response, IvrLibIntentcategory ivrLibIntentcategory) @@ -62,7 +62,7 @@ /** * 鑾峰彇AI鎰忓浘搴撳垎绫昏缁嗕俊鎭� */ - @PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:query')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:query')") @GetMapping(value = "/{intertcatid}") public AjaxResult getInfo(@PathVariable("intertcatid") Long intertcatid) { @@ -72,7 +72,7 @@ /** * 鏂板AI鎰忓浘搴撳垎绫� */ - @PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:add')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:add')") @Log(title = "AI鎰忓浘搴撳垎绫�", businessType = BusinessType.INSERT) @PostMapping("/add") public AjaxResult add(@RequestBody IvrLibIntentcategory ivrLibIntentcategory) @@ -83,7 +83,7 @@ /** * 淇敼AI鎰忓浘搴撳垎绫� */ - @PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:edit')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:edit')") @Log(title = "AI鎰忓浘搴撳垎绫�", businessType = BusinessType.UPDATE) @PostMapping("/edit") public AjaxResult edit(@RequestBody IvrLibIntentcategory ivrLibIntentcategory) @@ -94,7 +94,7 @@ /** * 鍒犻櫎AI鎰忓浘搴撳垎绫� */ - @PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:remove')") + //@PreAuthorize("@ss.hasPermi('smartor:ivrlibintentcategory:remove')") @Log(title = "AI鎰忓浘搴撳垎绫�", businessType = BusinessType.DELETE) @GetMapping("/remove/{intertcatids}") public AjaxResult remove(@PathVariable Long[] intertcatids) -- Gitblit v1.9.3