From 9eec4efbeefb83b2e1b7e363899b5fdc17eda501 Mon Sep 17 00:00:00 2001
From: sinake <sinake1@qq.com>
Date: 星期三, 22 四月 2026 17:11:19 +0800
Subject: [PATCH] 修改捐献上报基础ID未保存

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceMeetingParticipantController.java |    2 +-
 1 files changed, 1 insertions(+), 1 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 3f3bd50..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
@@ -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