From e3aa984c7834f406beb633c69cede904c44fb500 Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 25 Jul 2023 13:47:13 +0800 Subject: [PATCH] update --- .../src/main/resources/mapper/pile/OrderBasicInfoMapper.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml index 298c97009..c07afcd49 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml @@ -184,8 +184,6 @@ t1.charge_start_time as chargeStartTime, t1.charge_end_time as chargeEndTime, t1.create_time as createTime, - t1.virtual_amount as virtualAmount, - t1.settle_amount as settleAmount, t4.total_used_electricity as chargingDegree, t4.total_electricity_amount as totalElectricityAmount, t4.total_service_amount as totalServiceAmount,