@@ -35,6 +35,6 @@
AND lower(w.warehouse_city) like lower(CONCAT('%',#{city},'%'))
</if>
GROUP BY a.id
- ORDER BY a.update_date DESC,a.check_flag DESC
+ ORDER BY FIELD(follow,'已关注','未关注') ASC,a.update_date DESC,a.check_flag DESC
</select>
</mapper>