客座费支持删除清空
This commit is contained in:
@@ -370,7 +370,7 @@
|
|||||||
</update>
|
</update>
|
||||||
|
|
||||||
<update id="updateStatusByOrderIdForMini">
|
<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>
|
||||||
|
|
||||||
<update id="updateStatusById">
|
<update id="updateStatusById">
|
||||||
|
|||||||
Reference in New Issue
Block a user