From a36c487cbb7f96de82dbfbc89f2350234ca8219f Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 04 Jun 2020 11:59:39 +0800 Subject: [PATCH] 20200604 代码提交 --- src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml b/src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml index dfe3656..6d78def 100644 --- a/src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml +++ b/src/main/resources/mapper/walletCoinOrder/OrderCoinsDao.xml @@ -12,6 +12,7 @@ <if test="symbol != null and symbol !=''"> and a.symbol = #{symbol} </if> + order by create_time desc </select> <select id="findWalletCoinOrderByOrderNo" resultType="com.xcong.excoin.modules.coin.entity.OrderCoinsEntity"> -- Gitblit v1.9.1