From 88ff6b37a19e7abd9887a8dc52c1151097703fca Mon Sep 17 00:00:00 2001
From: wen <1455474577@qq.com>
Date: Tue, 31 Aug 2021 14:40:36 +0800
Subject: [PATCH] =?UTF-8?q?1.=E5=B0=86nacos=E6=94=B9=E4=B8=BA=E4=BA=861.10?=
=?UTF-8?q?=E7=89=88=E6=9C=AC=202.=E5=9C=A8XhpcTerminalController=E4=B8=8B?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E4=B8=80=E4=B8=AA=E5=8F=AF=E4=BB=A5?=
=?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=9D=A1=E4=BB=B6=E6=9F=A5=E8=AF=A2=E6=A1=A9?=
=?UTF-8?q?=E5=90=8D=E7=A7=B0=E3=80=81=E5=9C=BA=E7=AB=99=E5=90=8D=E7=A7=B0?=
=?UTF-8?q?=E3=80=81=E7=BB=88=E7=AB=AF=E7=BC=96=E5=8F=B7=E7=9A=84=E6=8E=A5?=
=?UTF-8?q?=E5=8F=A3=20=20=20=E6=8E=A5=E5=8F=A3=EF=BC=9A@GetMapping(value?=
=?UTF-8?q?=20=3D=20"/selectPileNameAndStationNameAndTerminalNumList")?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 2 +-
.../controller/XhpcTerminalController.java | 23 +++++++++++++++++++
.../station/mapper/XhpcTerminalMapper.java | 17 ++++++++++++--
.../station/service/IXhpcTerminalService.java | 10 ++++++++
.../service/XhpcTerminalServiceImpl.java | 5 ++++
.../resources/mapper/XhpcTerminalMapper.xml | 23 +++++++++++++++++++
6 files changed, 77 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 48c12193..0e4b36ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
2.5.1
2020.0.3
2021.1
- 2.0.2
+ 1.1.0
2.4.1
2.1.4
3.0.0
diff --git a/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/controller/XhpcTerminalController.java b/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/controller/XhpcTerminalController.java
index 7e122352..72e9177b 100644
--- a/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/controller/XhpcTerminalController.java
+++ b/xhpc-modules/xhpc-charging-station/src/main/java/com/xhpc/charging/station/controller/XhpcTerminalController.java
@@ -83,6 +83,29 @@ public class XhpcTerminalController extends BaseController {
return xhpcTerminalService.selectXhpcTerminalPileMessage(terminalId);
}
+ /**
+ * 查询桩名称、场站名称、终端编号
+ * @param terminalSerialNumber 搜索参数:终端
+ * @param pileName 搜索参数:桩名
+ * @param stationName 搜索参数:站名
+ * @return list
+ */
+ @GetMapping(value = "/selectPileNameAndStationNameAndTerminalNumList")
+ public TableDataInfo selectPileNameAndStationNameAndTerminalNumList(String terminalSerialNumber,String pileName,String stationName) {
+ startPage();
+ List