@@ -33,6 +33,7 @@
and b.is_deleted='N'
group by a.id
ORDER BY a.gmt_create desc
+ limit 0,1
</select>
</mapper>