From 7e81a9bf2720d38e6eb53092c664135e9dabe749 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 27 八月 2026 14:33:08 +0800
Subject: [PATCH] 【丽水】出院数据导入orgid无生效

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

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskAnswerController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskAnswerController.java
index f384ec7..6f2f428 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskAnswerController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceSubtaskAnswerController.java
@@ -108,7 +108,7 @@
     //@PreAuthorize("@ss.hasPermi('system:answer:remove')")
     @Log(title = "浠诲姟闂嵎闂閫夐」", businessType = BusinessType.DELETE)
     @ApiOperation("鍒犻櫎浠诲姟闂嵎闂閫夐」")
-    @DeleteMapping("/remove/{ids}")
+    @GetMapping("/remove/{ids}")
     public AjaxResult remove(@PathVariable Long[] ids) {
         log.info("銆恠aveQuestionCache-----remove銆戠殑鍏ュ弬涓猴細{}", ids);
         return toAjax(serviceSubtaskAnswerService.deleteServiceSubtaskAnswerByIds(ids));

--
Gitblit v1.9.3