新增 绑定停车平台接口

This commit is contained in:
Lemon
2023-08-25 14:23:35 +08:00
parent 454022c553
commit 9c3c80ca3f
12 changed files with 406 additions and 159 deletions

View File

@@ -421,4 +421,13 @@
where
dept_id = #{deptId,jdbcType=VARCHAR}
</select>
<update id="updateParkingPlatform">
update
pile_station_info
set
parking_id = #{parkingId,jdbcType=VARCHAR}
where
id = #{stationId,jdbcType=VARCHAR}
</update>
</mapper>