mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 新电途推送站点信息接口
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user