From 7294d82a7ec0f151e7b8b44e1d0bcdd395439bbd Mon Sep 17 00:00:00 2001 From: Lemon Date: Thu, 1 Aug 2024 09:27:01 +0800 Subject: [PATCH] =?UTF-8?q?bugfix=20=20=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=9F=A5=E8=AF=A2=E7=AB=99=E7=82=B9=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8E=A5=E5=8F=A3=E7=BB=84=E7=BB=87=E6=9C=BA=E6=9E=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AD=97=E6=AE=B5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/PileStationInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml index c557f04f0..c9a5a28e7 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml @@ -432,7 +432,7 @@ t1.id, t1.merchant_id AS merchantId, t2.merchant_name AS merchantName, - t2.organization_code AS origanizationCode, + t2.organization_code AS organizationCode, t1.station_name AS stationName, t1.dept_id AS deptId, t1.parking_id AS parkingId,