mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
新增 修改对接高德标识接口
This commit is contained in:
@@ -398,4 +398,13 @@
|
||||
#{item,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
<update id="updateAmapFlag">
|
||||
update
|
||||
pile_station_info
|
||||
set
|
||||
amap_flag = #{amapFlag,jdbcType=VARCHAR}
|
||||
where
|
||||
id = #{stationId,jdbcType=VARCHAR}
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user