1.代客下单 已下单商品不支持删除
This commit is contained in:
@@ -73,6 +73,6 @@ public interface TbCashierCartMapper {
|
||||
@Delete("delete from tb_cashier_cart where master_id=#{masterId} and id=#{cartId}")
|
||||
int deleteByCartId(@Param("masterId") String masterId, @Param("cartId")Integer cartId);
|
||||
|
||||
@Select("select count(*) from tb_cashier_cart where shop_id=#{shopId} and `status`='create' and table_id=#{qrcode}")
|
||||
@Select("select count(*) from tb_cashier_cart where shop_id=#{shopId} and `status`='create' and table_id=#{qrcode} and order_id is not null")
|
||||
int countTable(@Param("qrcode") String qrcode, @Param("shopId") Integer shopId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user