From 19d4f3fe0d0d2b8764e9023f214d3cba43c47668 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 10 八月 2023 14:27:09 +0800
Subject: [PATCH] 1

---
 src/main/resources/mapper/XlsReportMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/XlsReportMapper.xml b/src/main/resources/mapper/XlsReportMapper.xml
index 2ac8e08..d09f01b 100644
--- a/src/main/resources/mapper/XlsReportMapper.xml
+++ b/src/main/resources/mapper/XlsReportMapper.xml
@@ -69,6 +69,6 @@
         select *
         from suyuan_46
         where su_yuan_id = #{id} and create_time between #{start} and #{end}
-        order by time;
+        order by create_time;
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3