Commit fd0930f06f6255ddee01fb18e11fd89a5a409e9e

Authored by liquanyu
1 parent b0b7cb5cd0

优惠劵

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml View file @ fd0930f
... ... @@ -521,7 +521,7 @@
521 521 <if test="endDate != null">
522 522 and a.use_date <![CDATA[ < ]]> #{endDate}
523 523 </if>
524   - order by a.user_id, a.use_date desc
  524 + order by a.use_date desc
525 525 <if test="needPage == true">
526 526 limit #{currentPage},#{pageSize}
527 527 </if>