update 查询新增站点互联互通配置

This commit is contained in:
Guoqs
2025-12-04 15:59:46 +08:00
parent 3fc5a3273f
commit c88f9a2ea2
8 changed files with 72 additions and 10 deletions

View File

@@ -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>