新增 修改对接高德标识接口

This commit is contained in:
Lemon
2023-08-03 19:32:07 +08:00
parent 8f8fe6694a
commit e30ec8bd33
8 changed files with 97 additions and 25 deletions

View File

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