From 61c471587021409c78af68fe7a97db74423f9378 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Fri, 29 May 2020 00:17:59 +0800 Subject: [PATCH] modify --- src/main/resources/mapper/walletCoinOrder/OrderCoinDealDao.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/walletCoinOrder/OrderCoinDealDao.xml b/src/main/resources/mapper/walletCoinOrder/OrderCoinDealDao.xml index 14705e8..998f72d 100644 --- a/src/main/resources/mapper/walletCoinOrder/OrderCoinDealDao.xml +++ b/src/main/resources/mapper/walletCoinOrder/OrderCoinDealDao.xml @@ -9,7 +9,7 @@ and member_id = #{memberId} </if> </where> - order by id desc + order by create_time desc </select> <select id="selectWalletCoinOrder" resultType="com.xcong.excoin.modules.coin.entity.OrderCoinsDealEntity"> -- Gitblit v1.9.1