|
|
|
@ -371,6 +371,7 @@ class PassFlow |
|
|
|
|
|
|
|
$returnData = []; |
|
|
|
foreach ($data as $groupId => $val) { |
|
|
|
if (!isset($groupThreshold[$groupId])) continue; |
|
|
|
$threshold = $groupThreshold[$groupId]; |
|
|
|
if (is_array($threshold)) { |
|
|
|
$interval = self::getIntervalType($val['holdValue'],$threshold['min'],$threshold['max']); |
|
|
|
|