Commit 2bc62451507ef72d117ccb0bb4b655e5e0d9b1e6

Authored by litao@lymsh.com
1 parent 39c659f183

加排序

Showing 1 changed file with 1 additions and 0 deletions

platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml View file @ 2bc6245
... ... @@ -591,6 +591,7 @@
591 591 <foreach collection="userIds" open="(" close=")" separator="," item="uid">
592 592 #{uid}
593 593 </foreach>
  594 + order by a.create_date desc, a.user_id
594 595 <if test="page != null and limit != null">
595 596 limit #{page}, #{limit}
596 597 </if>