From 3346043a9f84fb898d39ac19da010490064c863f Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 28 Jul 2023 15:12:25 +0800 Subject: [PATCH] 1 --- source/application/common/logic/PassFlow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/application/common/logic/PassFlow.php b/source/application/common/logic/PassFlow.php index aeb5bf3..b0073d1 100644 --- a/source/application/common/logic/PassFlow.php +++ b/source/application/common/logic/PassFlow.php @@ -193,7 +193,7 @@ class PassFlow if (!empty($param)) { if (!empty($param['groupsId'])) { $groupsId = explode("|",$param['groupsId']); - $paramWhere .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "'"; + $paramWhere .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "')"; } } $dateData = self::getDateData(); @@ -309,7 +309,7 @@ class PassFlow if (!empty($param)) { if (!empty($param['groupsId'])) { $groupsId = explode("|",$param['groupsId']); - $where .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "'"; + $where .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "')"; } } $date = self::getDateData('day');