How to display only listings without reviews in the Listings Module
From JReviews Documentation
This is useful if you want to show users which listings don't have any reviews yet.
Edit the mod_jreviews_listings module in the Module Manager, and enter this as the Custom WHERE parameter:
(Totals.user_rating_count = 0 OR Totals.user_rating_count IS NULL)