@@ -88,6 +88,10 @@
</if>) a
<choose>
<when test="sort != null and sort !='' and sort=='lastPriceDate' and order != null and order !=''">
+ CASE
+ WHEN a.lastPriceDate IS NULL THEN 1
+ ELSE 0
+ END,
order by a.lastPriceDate ${order}
</when>
<otherwise>