Browse Source

新统计组出现问题

master
wanghongjun 2 years ago
parent
commit
742de7d5ce
  1. 1
      source/application/common/logic/PassFlow.php

1
source/application/common/logic/PassFlow.php

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

Loading…
Cancel
Save