From d42859f91a06c93b220fd0702fd6cba50d96f1ff Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 30 Oct 2022 00:26:09 +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 c5a9274..abe78cd 100644
--- a/src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
+++ b/src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
@@ -69,7 +69,7 @@
a.order_id = #{orderId}
and a.create_time < #{endTime}
<if test="startTime != null">
- and a.create_time >= #{startTime}
+ and a.create_time > #{startTime}
</if>
</where>
order by create_time desc
--
Gitblit v1.9.1