From ac4e45bcb56da88f32304eb5868c61c70e2ceb30 Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 28 Mar 2023 09:17:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=20=E5=90=8E=E7=AE=A1?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=AA=E4=BA=BA=E6=A1=A9=E5=AF=86=E9=92=A5?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/jsowell/pile/vo/web/PileDetailVO.java | 4 ++++ .../src/main/resources/mapper/pile/PileBasicInfoMapper.xml | 1 + jsowell-ui/src/views/pile/basic/index.vue | 1 + 3 files changed, 6 insertions(+) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/vo/web/PileDetailVO.java b/jsowell-pile/src/main/java/com/jsowell/pile/vo/web/PileDetailVO.java index efe48b351..d827ac6d3 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/vo/web/PileDetailVO.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/vo/web/PileDetailVO.java @@ -108,4 +108,8 @@ public class PileDetailVO { */ private String qrCodeURL; + /** + * 个人桩密钥 + */ + private String secretKey; } diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileBasicInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileBasicInfoMapper.xml index 3add17688..2ac2ed929 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileBasicInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileBasicInfoMapper.xml @@ -148,6 +148,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" t1.station_id AS stationId, t3.station_name as stationName, t1.sim_id, + t1.secret_key as secretKey, t5.iccid as ICCID, t5.sim_supplier as simSupplier, t1.merchant_id as merchantId, diff --git a/jsowell-ui/src/views/pile/basic/index.vue b/jsowell-ui/src/views/pile/basic/index.vue index 2f5e35eef..9a4d8a6ac 100644 --- a/jsowell-ui/src/views/pile/basic/index.vue +++ b/jsowell-ui/src/views/pile/basic/index.vue @@ -138,6 +138,7 @@ width="220px" /> +