mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 05:25:12 +08:00
update 平台配置页面
This commit is contained in:
@@ -227,4 +227,14 @@
|
||||
and t1.third_party_type = #{thirdPlatformType,jdbcType=VARCHAR}
|
||||
GROUP BY t3.id
|
||||
</select>
|
||||
|
||||
<select id="selectStationList" resultType="com.jsowell.pile.vo.base.StationInfoVO">
|
||||
select
|
||||
t1.station_id as stationId,
|
||||
t2.station_name as stationName
|
||||
from thirdparty_station_relation t1
|
||||
join pile_station_info t2 on t2.id = t1.station_id and t2.del_flag = '0'
|
||||
where t1.del_flag = '0'
|
||||
and t1.third_party_type = #{thirdPlatformType,jdbcType=VARCHAR}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user