cqp 11 месяцев назад
Родитель
Сommit
16a4ee3b7c
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/Service/KqService.php

+ 2 - 1
app/Service/KqService.php

@@ -105,6 +105,7 @@ class KqService extends Service
             $total_key[$v['number']] = $total;
         }
 
-        return sort($total_key);
+        sort($total_key);
+        return $total_key;
     }
 }