From 2826a6833d8df9677805af32265c64a47bb8500b Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 11 八月 2023 16:38:22 +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 f53c63a..3c5ef3b 100644
--- a/src/main/resources/mapper/XlsReportMapper.xml
+++ b/src/main/resources/mapper/XlsReportMapper.xml
@@ -14,7 +14,7 @@
                 and create_time >= #{start}
             </if>
             <if test="end != null">
-                and end &lt;= #{end}
+                and create_time &lt;= #{end}
             </if>
         </where>
         order by id desc

--
Gitblit v1.9.3