|
|
@ -1277,6 +1277,7 @@ class StatisticsController extends ThinkController {
|
|
|
|
$parentIds = [];
|
|
|
|
$parentIds = [];
|
|
|
|
foreach ($list as $index => $item) {
|
|
|
|
foreach ($list as $index => $item) {
|
|
|
|
$list[$index]['type_name'] = $typeArr[$item['type']];
|
|
|
|
$list[$index]['type_name'] = $typeArr[$item['type']];
|
|
|
|
|
|
|
|
$list[$index]['account'] = encryption($list[$index]['account']);
|
|
|
|
$ids = explode('/', trim($item['chain'], '/'));
|
|
|
|
$ids = explode('/', trim($item['chain'], '/'));
|
|
|
|
$parentIds = array_merge($parentIds, $ids, [$item['promote_id']]);
|
|
|
|
$parentIds = array_merge($parentIds, $ids, [$item['promote_id']]);
|
|
|
|
switch ($item['level']) {
|
|
|
|
switch ($item['level']) {
|
|
|
|