清空不允许清空就餐人数

This commit is contained in:
2024-09-27 16:02:29 +08:00
parent 97c525228c
commit 443903147b
2 changed files with 2 additions and 1 deletions

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
update tb_cashier_cart set status = #{status} where table_id = #{tableId} and status = 'create' and master_id is null and product_id != '-999'
</update>
<update id="updateStatusById">