$this->where('min_weight', '<=', $totalWeight) ->where('max_weight', '>=', $totalWeight) ->select();
SELECT * FROM `shop_delivery` WHERE `min_weight` = 0 AND `max_weight` = 0