@@ -58,5 +58,6 @@
and gh.shop_name like concat('%', #{queryDTO.shopName},'%')
</if>
</where>
+ order by apr.create_time desc
</select>
</mapper>