管理员解绑充电桩,删除对应的充电桩预约设置

This commit is contained in:
Guoqs
2024-11-06 10:44:16 +08:00
parent 59740a5c38
commit 41b7efde3b
5 changed files with 29 additions and 4 deletions

View File

@@ -668,4 +668,9 @@
where del_flag = '0'
and pile_sn = #{pileSn,jdbcType=VARCHAR}
</select>
<delete id="deleteByPileSn">
delete from pile_reservation_info
where pile_sn = #{pileSn,jdbcType=VARCHAR}
</delete>
</mapper>