|
|
@ -193,7 +193,7 @@ class PassFlow |
|
|
if (!empty($param)) { |
|
|
if (!empty($param)) { |
|
|
if (!empty($param['groupsId'])) { |
|
|
if (!empty($param['groupsId'])) { |
|
|
$groupsId = explode("|",$param['groupsId']); |
|
|
$groupsId = explode("|",$param['groupsId']); |
|
|
$paramWhere .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "'"; |
|
|
$paramWhere .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "')"; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
$dateData = self::getDateData(); |
|
|
$dateData = self::getDateData(); |
|
|
@ -309,7 +309,7 @@ class PassFlow |
|
|
if (!empty($param)) { |
|
|
if (!empty($param)) { |
|
|
if (!empty($param['groupsId'])) { |
|
|
if (!empty($param['groupsId'])) { |
|
|
$groupsId = explode("|",$param['groupsId']); |
|
|
$groupsId = explode("|",$param['groupsId']); |
|
|
$where .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "'"; |
|
|
$where .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "')"; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
$date = self::getDateData('day'); |
|
|
$date = self::getDateData('day'); |
|
|
|