he2802 пре 2 година
родитељ
комит
38e7dc4fed

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/top/TopOldOrderMapper.xml

@@ -285,7 +285,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 (too.buy_time NOT BETWEEN #{item.startTime} and #{item.endTime})
             </foreach>
         </if>
-        ORDER BY too.order_id DESC
+        ORDER BY too.buy_time DESC
     </select>