新增 高德商家推送静态信息状态、高德拉取商家静态详细信息接口

This commit is contained in:
Lemon
2024-06-27 14:10:03 +08:00
parent 489ac3b6b8
commit 63f94f4d6f
9 changed files with 85 additions and 8 deletions

View File

@@ -560,9 +560,16 @@
<select id="getStationInfoForAmap" resultMap="PileStationInfoResult">
<include refid="selectPileStationInfoVo"/>
where del_flag = '0'
where
del_flag = '0'
and public_flag = '1'
and amap_flag = '1'
<if test="dto.idList != null and dto.idList.size() != 0">
and id in
<foreach collection="dto.idList" item="id" open="(" separator="," close=")">
#{id,jdbcType=VARCHAR}
</foreach>
</if>
</select>
<select id="NXJTQueryStationsInfo" resultType="com.jsowell.pile.vo.ningxiajiaotou.NXJTStationInfoVO">