mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
将高德和第三方平台方法区分
This commit is contained in:
@@ -409,7 +409,6 @@
|
||||
<include refid="selectPileStationInfoVo"/>
|
||||
where del_flag = '0'
|
||||
and public_flag = '1'
|
||||
and amap_flag = '1'
|
||||
</select>
|
||||
|
||||
<select id="queryByStationDeptIds" resultType="java.lang.String">
|
||||
@@ -470,4 +469,11 @@
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="getStationInfoForAmap" resultMap="PileStationInfoResult">
|
||||
<include refid="selectPileStationInfoVo"/>
|
||||
where del_flag = '0'
|
||||
and public_flag = '1'
|
||||
and amap_flag = '1'
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user