update 后管桩详情页显示SIM卡

This commit is contained in:
Lemon
2024-11-26 10:12:15 +08:00
parent 6e043c279a
commit d1f19ddb11

View File

@@ -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.sim_id AS simId,-->
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}