فهرست منبع

紫亚兰票据后台bugfix

zhijiezhao 9 ماه پیش
والد
کامیت
15778cfa88
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/main/resources/mapper/user/UserMapper.xml

+ 1 - 0
src/main/resources/mapper/user/UserMapper.xml

@@ -319,6 +319,7 @@
     <select id="findTicketList" resultType="com.caimei365.manager.entity.caimei.ZylTicket">
         select userId,bindTime,ticketId,name,shopIds,giftFlag
         from cm_zyl_ticket
+        ORDER BY bindTime DESC
     </select>
 
     <select id="findShops" resultType="com.caimei365.manager.entity.ZylShop">