$where['cb_id'] = array('gt',0); if($ln_id > 0){ $where['ln_id'] = $ln_id; } $cbModel = new CabinetModel(); $result = $cbModel->where($where)->select();