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