Commit 4321e74946a5abcbb93ec81a5cc6c7fe2679867a

Authored by qinkelan@diligrp.com
1 parent 8be8c692

首页--轮播图优先级

etrade-admin/src/main/resources/com/diligrp/etrade/dao/mapper/BannerMapper.xml
... ... @@ -271,7 +271,7 @@
271 271 and banner_type_id = #{bannerTypeId}
272 272 </if>
273 273 and market_id=#{marketId,jdbcType=BIGINT}
274   - ORDER BY sort DESC
  274 + ORDER BY sort ASC
275 275 </select>
276 276  
277 277 </mapper>
278 278 \ No newline at end of file
... ...