将高德和第三方平台方法区分

This commit is contained in:
Lemon
2023-10-25 17:20:59 +08:00
parent a652456839
commit cb654a6df5
7 changed files with 41 additions and 7 deletions

View File

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