From 661b4180bcfd57c77dac5f85d09d93dfb0e36f33 Mon Sep 17 00:00:00 2001 From: Lemon Date: Thu, 20 Nov 2025 11:12:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=E6=96=B0=E5=A2=9E=E8=BD=A6=E7=89=8C?= =?UTF-8?q?=E5=8F=B7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/OrderBasicInfoMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml index f28b85ba8..b8da37300 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml @@ -2701,6 +2701,7 @@ t1.connector_code as connectorCode, t1.pay_status as payStatus, t1.start_mode as startMode, + t1.plate_number as licensePlateNumber, t1.order_amount as orderAmount, t1.virtual_amount as virtualAmount, t1.settle_amount as settleAmount,