From c89b4a74d3d770da0ccdd679e5942b1e9028776b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 24 二月 2025 13:35:21 +0800
Subject: [PATCH] 服务和供应品采购/供应商管理/设施和环境条件代码迁移

---
 basic-server/src/main/java/com/ruoyi/basic/controller/LaboratoryController.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/basic-server/src/main/java/com/ruoyi/basic/controller/LaboratoryController.java b/basic-server/src/main/java/com/ruoyi/basic/controller/LaboratoryController.java
index c21f7be..e04faef 100644
--- a/basic-server/src/main/java/com/ruoyi/basic/controller/LaboratoryController.java
+++ b/basic-server/src/main/java/com/ruoyi/basic/controller/LaboratoryController.java
@@ -24,7 +24,7 @@
     private LaboratoryService laboratoryService;
 
     @ApiOperation(value = "鏌ヨ瀹為獙瀹ょ鐞嗗垪琛�")
-    @PostMapping("/selectItemParameter")
+    @GetMapping("/selectItemParameter")
     public Result selectItemParameter(Page page ,Laboratory itemParameter) {
         return Result.success(laboratoryService.selectItemParameter(page, itemParameter));
     }
@@ -36,7 +36,7 @@
     }
 
     @ApiOperation(value = "鍒犻櫎瀹為獙瀹ゅ弬鏁�")
-    @PostMapping("/delParameter")
+    @DeleteMapping("/delParameter")
     public Result<?> delParameter(Integer id) {
         return Result.success(laboratoryService.delParameter(id));
     }

--
Gitblit v1.9.3