mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 查询新增站点互联互通配置
This commit is contained in:
@@ -334,6 +334,7 @@
|
||||
|
||||
<select id="getRelationInfoListV2" resultType="com.jsowell.pile.vo.base.ThirdPartyStationRelationVO">
|
||||
SELECT
|
||||
t1.id AS id,
|
||||
t1.station_id AS stationId,
|
||||
t1.third_party_type AS thirdPartyType,
|
||||
t1.equipment_owner_id as equipmentOwnerId,
|
||||
@@ -355,4 +356,8 @@
|
||||
where t1.del_flag = '0'
|
||||
and t1.station_id = #{stationId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<delete id="deleteThirdPartyStationRelation">
|
||||
|
||||
</delete>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user