From f870c75611b343584741403f8991ef48a9eb4e42 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期四, 14 五月 2026 17:42:29 +0800
Subject: [PATCH] 伦理审查专家新增获取伦理审查专家接收、获取伦理审查专家数量、专家统计详情、专家类型、伦理审查id、专家编号

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceMeetingParticipantController.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceMeetingParticipantController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceMeetingParticipantController.java
index c72fec3..b35079d 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceMeetingParticipantController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceMeetingParticipantController.java
@@ -30,7 +30,7 @@
  * @author ls
  * @date 2025-12-28
  */
-@Api(description = "鍙備細浜哄憳")
+@Api(description = "鍙備細浜哄憳",tags = {"鍙備細浜哄憳"})
 @RestController
 @RequestMapping("/project/participant")
 public class ServiceMeetingParticipantController extends BaseController
@@ -43,7 +43,7 @@
      */
     @ApiOperation("鏌ヨ鍙備細浜哄憳鍒楄〃")
     // @PreAuthorize("@ss.hasPermi('project:participant:list')")
-    @PostMapping("/list")
+    @GetMapping("/list")
     public TableDataInfo list(ServiceMeetingParticipant serviceMeetingParticipant)
     {
         startPage();

--
Gitblit v1.9.3