update 新电途推送站点信息接口

This commit is contained in:
Lemon
2024-01-17 17:13:55 +08:00
parent c203650a3c
commit 8e4c7bd5c7
2 changed files with 22 additions and 3 deletions

View File

@@ -25,10 +25,9 @@
<select id="selectThirdPartyStationRelationList" parameterType="com.jsowell.pile.domain.ThirdPartyStationRelation" resultMap="ThirdPartyStationRelationResult">
<include refid="selectThirdPartyStationRelationVo"/>
<where>
where del_flag = '0'
<if test="stationId != null "> and station_id = #{stationId}</if>
<if test="thirdPartyType != null and thirdPartyType != ''"> and third_party_type = #{thirdPartyType}</if>
</where>
</select>
<select id="selectThirdPartyStationRelationById" parameterType="Long" resultMap="ThirdPartyStationRelationResult">