Commit 0963629e050e71c2173825983218a61696295c5a

Authored by fengliang
2 parents 07128b20 4321e749

Merge remote-tracking branch 'origin/feature_hg_20240716' into feature_hg_20240716

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