|
|
|
@ -186,7 +186,7 @@ class Passcc extends Controller |
|
|
|
$data = []; |
|
|
|
|
|
|
|
$configRes = $dm->find("bt_config",' "key" = ' . "'threshold'"); |
|
|
|
$threshold = $configRes['threshold'] ?: 0; |
|
|
|
$threshold = $configRes['value'] ?: 0; |
|
|
|
|
|
|
|
foreach ($list as $value) { |
|
|
|
if (!isset($data[$value['groupId']]['allEnter'])) $data[$value['groupId']]['allEnter'] = 0; |
|
|
|
|