//删除订单 public bool DeleteOrderByOId(int orderId, int tableId) { return(oiDal.DeleteOrderById(orderId, tableId) > 0); }