From d1f19ddb115d75a956a16961246510762445528a Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 26 Nov 2024 10:12:15 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E5=90=8E=E7=AE=A1=E6=A1=A9?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E6=98=BE=E7=A4=BASIM=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/pile/PileBasicInfoMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileBasicInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileBasicInfoMapper.xml index 5d9522364..0f06b0786 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileBasicInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileBasicInfoMapper.xml @@ -265,8 +265,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" t1.model_id AS modelId, t4.rated_power AS ratedPower, t4.rated_current AS ratedCurrent, - t1.sim_id AS simId, - t5.iccid AS iccid , + + t1.iccid AS iccid , t5.sim_supplier as simSupplier, IF(t4.charger_pile_type = '2','3',(IF(t4.speed_type = '1','1','2'))) AS chargePortType, t5.operator @@ -275,7 +275,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left JOIN pile_merchant_info t2 ON t1.merchant_id = t2.id left JOIN pile_station_info t3 ON t1.station_id = t3.id left JOIN pile_model_info t4 ON t1.model_id = t4.id - left JOIN pile_sim_info t5 ON t1.sim_id = t5.id + left JOIN pile_sim_info t5 ON t1.iccid = t5.iccid WHERE t1.del_flag = '0' and t1.id = #{id}