netty
This commit is contained in:
@@ -20,6 +20,7 @@ public interface TbCashierCartMapper {
|
||||
|
||||
int updateByPrimaryKeySelective(TbCashierCart record);
|
||||
|
||||
List<TbCashierCart> selectByShopIdAndTableId(@Param("shopId") String shopId,@Param("tableId") String tableId);
|
||||
|
||||
List<TbCashierCart> selectALlByMasterId(@Param("masterId") String masterId, @Param("status") String status);
|
||||
|
||||
@@ -55,4 +56,5 @@ public interface TbCashierCartMapper {
|
||||
List<TbCashierCart> selectByOrderId(@Param("orderId") String orderId,@Param("status") String status);
|
||||
|
||||
void updateStatusByTableId(@Param("tableId")String tableId,@Param("status") String status);
|
||||
void updateStatusById(@Param("id")Integer id,@Param("status") String status);
|
||||
}
|
||||
Reference in New Issue
Block a user