From 4dfe8030fbd57ebb80d66e8e997c5ab1fa3f0f8a Mon Sep 17 00:00:00 2001 From: Kurisu Date: Wed, 7 Dec 2022 19:55:22 +0800 Subject: [PATCH] 跟进池查询bug修复 --- fw-valhalla-dao/src/main/resources/mapper/ClueTaskMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw-valhalla-dao/src/main/resources/mapper/ClueTaskMapper.xml b/fw-valhalla-dao/src/main/resources/mapper/ClueTaskMapper.xml index 24a59f1..c7f9031 100644 --- a/fw-valhalla-dao/src/main/resources/mapper/ClueTaskMapper.xml +++ b/fw-valhalla-dao/src/main/resources/mapper/ClueTaskMapper.xml @@ -69,7 +69,7 @@ and t2.expires > now() - and t2.expires <= now() + and (t2.expires is null or t2.expires <= now()) and t1.create_time >= #{condition.startTime1} -- libgit2 0.22.2