mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
新增 高德商家推送静态信息状态、高德拉取商家静态详细信息接口
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user