market_statistics_1028_3
This commit is contained in:
@@ -653,7 +653,7 @@ class Statistics extends BaseController
|
||||
}
|
||||
if ($data) {
|
||||
$edit = array_column($data, 'value');
|
||||
array_multisort($edit, SORT_ASC, $data);
|
||||
array_multisort($edit, SORT_DESC, $data);
|
||||
foreach ($data as $k => $v) {
|
||||
$dataTitle[] = $v['name'];
|
||||
$dataValue[] = $v['value'];
|
||||
|
||||
Reference in New Issue
Block a user