From 6c63ab5c502cb9d4f076983f68598b81281e105b Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 30 Oct 2022 02:24:04 +0800
Subject: [PATCH] 20221021

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

diff --git a/src/main/resources/mapper/dapp/DappOnHookAwardDao.xml b/src/main/resources/mapper/dapp/DappOnHookAwardDao.xml
index a9b3ba4..3c3f798 100644
--- a/src/main/resources/mapper/dapp/DappOnHookAwardDao.xml
+++ b/src/main/resources/mapper/dapp/DappOnHookAwardDao.xml
@@ -26,7 +26,7 @@
             a.*
         from dapp_on_hook_award a
         where
-           date_format(a.award_time, '%Y-%m-%d %H:%i') &lt; #{awardTime}
+           date_format(a.award_time, '%Y-%m-%d %H:%i') &lt;= #{awardTime}
         order by a.id desc
         limit 20
     </select>

--
Gitblit v1.9.1