mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 后管桩详情页显示SIM卡
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user