From 9018705e0f562528f6169fbbbe7570edae209573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E6=9C=A8c?= <857448963@qq.com> Date: Sun, 23 Apr 2023 12:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/njcn/device/pq/controller/TerminalBaseController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/controller/TerminalBaseController.java b/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/controller/TerminalBaseController.java index 05a9f76ec..2a13de6c4 100644 --- a/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/controller/TerminalBaseController.java +++ b/pqs-device/pq-device/pq-device-boot/src/main/java/com/njcn/device/pq/controller/TerminalBaseController.java @@ -208,7 +208,7 @@ public class TerminalBaseController extends BaseController { */ @ApiOperation("获取变电站信息") @OperateInfo - @GetMapping("/getSubstationById") + @PostMapping("/getSubstationById") @ApiIgnore public HttpResult> getSubstationById(@RequestParam("list") List list) { String methodDescribe = getMethodDescribe("getSubstationById");