From a8395146b319d746a27d9ea2d7adb2aaec5ccdb8 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 19 四月 2024 17:56:20 +0800
Subject: [PATCH] 考核规则图标存储
---
ycl-server/src/main/java/com/ycl/platform/controller/CheckScoreController.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ycl-server/src/main/java/com/ycl/platform/controller/CheckScoreController.java b/ycl-server/src/main/java/com/ycl/platform/controller/CheckScoreController.java
index a9d5283..6d0667a 100644
--- a/ycl-server/src/main/java/com/ycl/platform/controller/CheckScoreController.java
+++ b/ycl-server/src/main/java/com/ycl/platform/controller/CheckScoreController.java
@@ -31,7 +31,7 @@
/**
* 鏌ヨ鑰冩牳绉垎鏄庣粏鍒楄〃
*/
- @PreAuthorize("@ss.hasPermi('system:score:list')")
+// @PreAuthorize("@ss.hasPermi('system:score:list')")
@GetMapping("/list")
public TableDataInfo list(CheckScore checkScore)
{
@@ -56,7 +56,7 @@
/**
* 鑾峰彇鑰冩牳绉垎鏄庣粏璇︾粏淇℃伅
*/
- @PreAuthorize("@ss.hasPermi('system:score:query')")
+// @PreAuthorize("@ss.hasPermi('system:score:query')")
@GetMapping(value = "/{id}")
public AjaxResult getInfo(@PathVariable("id") Long id)
{
--
Gitblit v1.8.0