From 10aaa035f5be0312304d20f022bdb714a8f4900a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 11 十二月 2024 22:16:23 +0800
Subject: [PATCH] 代码提交
---
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInspectionController.java | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInspectionController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInspectionController.java
index bde8d6d..1313205 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInspectionController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/PatMedInspectionController.java
@@ -34,7 +34,7 @@
* 鏌ヨ鎮h�呮鏌ユ楠岃褰曞垪琛�
*/
@ApiOperation("鏌ヨ鎮h�呮鏌ユ楠岃褰曞垪琛�")
- @PreAuthorize("@ss.hasPermi('system:inspection:list')")
+ //@PreAuthorize("@ss.hasPermi('system:inspection:list')")
@PostMapping("/list")
public TableDataInfo list(@RequestBody PatMedInspection patMedInspection) {
startPage();
@@ -46,7 +46,7 @@
* 瀵煎嚭鎮h�呮鏌ユ楠岃褰曞垪琛�
*/
@ApiOperation("瀵煎嚭鎮h�呮鏌ユ楠岃褰曞垪琛�")
- @PreAuthorize("@ss.hasPermi('system:inspection:export')")
+ //@PreAuthorize("@ss.hasPermi('system:inspection:export')")
@Log(title = "鎮h�呮鏌ユ楠岃褰�", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, PatMedInspection patMedInspection) {
@@ -59,7 +59,7 @@
* 鑾峰彇鎮h�呮鏌ユ楠岃褰曡缁嗕俊鎭�
*/
@ApiOperation("鑾峰彇鎮h�呮鏌ユ楠岃褰曡缁嗕俊鎭�")
- @PreAuthorize("@ss.hasPermi('system:inspection:query')")
+ //@PreAuthorize("@ss.hasPermi('system:inspection:query')")
@GetMapping(value = "/{id}")
public AjaxResult getInfo(@PathVariable("id") Long id) {
return success(patMedInspectionService.selectPatMedInspectionById(id));
@@ -68,7 +68,7 @@
/**
* 鏂板鎮h�呮鏌ユ楠岃褰�
*/
- @PreAuthorize("@ss.hasPermi('system:inspection:add')")
+ //@PreAuthorize("@ss.hasPermi('system:inspection:add')")
@Log(title = "鏂板鎮h�呮鏌ユ楠岃褰�", businessType = BusinessType.INSERT)
@ApiOperation("鏂板鎮h�呮鏌ユ楠岃褰�")
@PostMapping("/add")
@@ -79,7 +79,7 @@
/**
* 淇敼鎮h�呮鏌ユ楠岃褰�
*/
- @PreAuthorize("@ss.hasPermi('system:inspection:edit')")
+ //@PreAuthorize("@ss.hasPermi('system:inspection:edit')")
@Log(title = "淇敼鎮h�呮鏌ユ楠岃褰�", businessType = BusinessType.UPDATE)
@ApiOperation("淇敼鎮h�呮鏌ユ楠岃褰�")
@PostMapping("/edit")
@@ -90,7 +90,7 @@
/**
* 鍒犻櫎鎮h�呮鏌ユ楠岃褰�
*/
- @PreAuthorize("@ss.hasPermi('system:inspection:remove')")
+ //@PreAuthorize("@ss.hasPermi('system:inspection:remove')")
@Log(title = "鎮h�呮鏌ユ楠岃褰�", businessType = BusinessType.DELETE)
@ApiOperation("鎮h�呮鏌ユ楠岃褰�")
@GetMapping("/remove/{ids}")
--
Gitblit v1.9.3