From 0967b8e4998a8bfec67335b5a2ba51f3aefe3752 Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 20 Sep 2023 11:55:34 +0800 Subject: [PATCH] update --- .../src/main/resources/mapper/pile/PileStationInfoMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml index c7bd63ffa..2371f88a4 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml @@ -317,6 +317,7 @@ t1.station_status as stationStatus, t1.create_time as createTime, t1.pictures as pictures, + t1.park_fee_describe as parkFeeDescribe, t2.merchant_id as merchantId, t3.merchant_name as merchantName, t1.station_admin_name as stationAdminName,