From 9d42afc9c2fd5ef2ba09b56ba3a5475801b9e4d5 Mon Sep 17 00:00:00 2001
From: Cui Zhi Feng <7426394+wuxixiaocui@user.noreply.gitee.com>
Date: 星期二, 29 十月 2024 11:34:34 +0800
Subject: [PATCH] 统计 商品管理 用户管理 订单管理

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

diff --git a/src/main/resources/mapper/calendar/CalendarMapperCustom.xml b/src/main/resources/mapper/calendar/CalendarMapperCustom.xml
index 16213d2..9b4c2c1 100644
--- a/src/main/resources/mapper/calendar/CalendarMapperCustom.xml
+++ b/src/main/resources/mapper/calendar/CalendarMapperCustom.xml
@@ -17,7 +17,7 @@
         from t_calendar t
         where 1=1
         <if test="dto.startDate != null">
-            and t.cal_date &gt; #{dto.startDate}
+            and t.cal_date &gt;= #{dto.startDate}
         </if>
         <if test="dto.endDate != null">
             and t.cal_date  &lt;= #{dto.endDate}

--
Gitblit v1.9.3