@@ -108,6 +108,7 @@
<select id="getHomeSeason" resultType="com.ims.eval.entity.EvaluationPortal">
SELECT *
FROM evaluation_portal
+ where season is not null
ORDER BY year DESC, season DESC
LIMIT 1;
</select>