客座费支持删除清空

This commit is contained in:
2024-09-28 14:45:47 +08:00
parent c6ce560a43
commit e8c792a67c

View File

@@ -370,7 +370,7 @@
</update>
<update id="updateStatusByOrderIdForMini">
update tb_cashier_cart set status = #{status} where table_id = #{tableId} and status = 'create' and master_id is null and product_id != '-999'
update tb_cashier_cart set status = #{status} where table_id = #{tableId} and status = 'create' and master_id is null
</update>
<update id="updateStatusById">