From b765c3a93685c4c97601aff6291a00ec770a537e Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 04 九月 2024 18:19:35 +0800 Subject: [PATCH] 诊间屏 --- jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/queueController.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/queueController.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/queueController.java index c3ed451..05ab0b3 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/queueController.java +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/queue/queueController.java @@ -37,6 +37,7 @@ import cn.lihu.jh.module.ecg.dal.dataobject.queue.QueueDO; import cn.lihu.jh.module.ecg.service.queue.QueueService; +import javax.annotation.security.PermitAll; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.validation.Valid; @@ -172,7 +173,7 @@ @GetMapping("/room-screen-data") @Operation(summary = "璇婇棿灞忔暟鎹�") - @PreAuthorize("@ss.hasPermission('ecg:queue:setting')") + @PermitAll public CommonResult<List<QueueRespVO>> callingDataRoom(HttpServletRequest request) { String reqIp = ServletUtil.getClientIP(request); -- Gitblit v1.9.3