mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
新增 联联平台获取站点信息接口
This commit is contained in:
@@ -367,4 +367,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
t3.rated_voltage,
|
||||
t3.speed_type
|
||||
</select>
|
||||
|
||||
<select id="getPileListByStationId" resultType="com.jsowell.pile.domain.PileBasicInfo">
|
||||
select <include refid="Base_Column_List"/>
|
||||
from pile_basic_info
|
||||
where station_id = #{stationId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user