From af03471cc07990eb50b4bf798fa2152683a2d48f Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 30 Oct 2022 03:22:45 +0800
Subject: [PATCH] 20221021

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

diff --git a/src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml b/src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
index 62cbd4b..abe78cd 100644
--- a/src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
+++ b/src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
@@ -67,7 +67,7 @@
         FROM igt_on_hook_plan_order_item a
         <where>
             a.order_id = #{orderId}
-            and a.create_time &lt;= #{endTime}
+            and a.create_time &lt; #{endTime}
             <if test="startTime != null">
                 and a.create_time > #{startTime}
             </if>

--
Gitblit v1.9.1