From d9ec4f16a6fc58d416d35d3f484a85999755d8b3 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Jun 2023 14:30:55 +0800
Subject: [PATCH] twoCoin项目修改
---
src/main/resources/mapper/dapp/DappAKlineMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/dapp/DappAKlineMapper.xml b/src/main/resources/mapper/dapp/DappAKlineMapper.xml
index 4730ceb..4524641 100644
--- a/src/main/resources/mapper/dapp/DappAKlineMapper.xml
+++ b/src/main/resources/mapper/dapp/DappAKlineMapper.xml
@@ -63,7 +63,7 @@
a.*
from dapp_a_kline a
where type in (0,1)
- order by a.create_time asc
+ order by a.create_time desc
limit 1
</select>
--
Gitblit v1.9.1