mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
管理员解绑充电桩,删除对应的充电桩预约设置
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user