From a5a945732b8db35e25cbc69d7e2762e743bb5938 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Wed, 31 Jan 2024 20:33:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=2080377=20=E3=80=90=E5=9E=82=E7=9B=B4?= =?UTF-8?q?=E8=B6=8A=E6=9D=83=E3=80=91=E6=9C=AA=E7=AC=A6=E5=90=88=E9=A1=B9?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=89=80=E6=9C=89=E6=8E=A5=E5=8F=A3=E6=9C=AA?= =?UTF-8?q?=E5=81=9A=E5=9E=82=E7=9B=B4=E8=B6=8A=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/LawsEvaluationNotMetController.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/laws-modules/src/main/java/com/jero/modules/projectLibrary/controller/LawsEvaluationNotMetController.java b/laws-modules/src/main/java/com/jero/modules/projectLibrary/controller/LawsEvaluationNotMetController.java index 43535826..c9d98828 100644 --- a/laws-modules/src/main/java/com/jero/modules/projectLibrary/controller/LawsEvaluationNotMetController.java +++ b/laws-modules/src/main/java/com/jero/modules/projectLibrary/controller/LawsEvaluationNotMetController.java @@ -15,6 +15,7 @@ import com.jero.modules.system.vo.IdsMapBody; import lombok.extern.slf4j.Slf4j; import com.jero.common.system.base.controller.JeroController; import org.apache.commons.lang3.StringUtils; +import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.validation.annotation.Validated; import org.springframework.web.bind.annotation.*; @@ -47,6 +48,7 @@ public class LawsEvaluationNotMetController extends JeroController