@@ -33,7 +33,7 @@
<if test="tpShop.shopStatus != null and tpShop.shopStatus != ''">
and t.shop_status = #{tpShop.shopStatus}
</if>
- ORDER BY t.sort
+ ORDER BY t.sort, t.update_date desc
</select>
</mapper>