From 8e665212ddb737493c033f2298b61bf5a4d12ae9 Mon Sep 17 00:00:00 2001 From: Lemon Date: Mon, 25 May 2026 09:28:03 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=A6=96=E9=A1=B5=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=AB=99=E7=82=B9=E6=95=B0=E9=87=8F-->?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=9E=AA=E5=8F=A3=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/java/PaymentTestController.java | 2 +- .../com/jsowell/pile/vo/web/StationMapVO.java | 5 ++++ .../mapper/pile/PileStationInfoMapper.xml | 26 ++++++++++++------- 3 files changed, 23 insertions(+), 10 deletions(-) diff --git a/jsowell-admin/src/test/java/PaymentTestController.java b/jsowell-admin/src/test/java/PaymentTestController.java index 45eb56748..084a8513d 100644 --- a/jsowell-admin/src/test/java/PaymentTestController.java +++ b/jsowell-admin/src/test/java/PaymentTestController.java @@ -68,7 +68,7 @@ import java.util.concurrent.TimeUnit; /** * 专用处理汇付支付相关 */ -@ActiveProfiles("sit") +@ActiveProfiles("dev") @SpringBootTest(classes = JsowellApplication.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) @RunWith(SpringRunner.class) public class PaymentTestController { diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/vo/web/StationMapVO.java b/jsowell-pile/src/main/java/com/jsowell/pile/vo/web/StationMapVO.java index a54b388bc..0b485e298 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/vo/web/StationMapVO.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/vo/web/StationMapVO.java @@ -23,4 +23,9 @@ public class StationMapVO { * 纬度 */ private String stationLat; + + /** + * 充电枪口数量 + */ + private Integer connectorCount; } diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml index 73471c706..ce7ef0746 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml @@ -760,15 +760,23 @@