|
|
@@ -81,7 +81,7 @@ class KindClass extends BaseClass
|
|
|
|
|
|
public static function getKindList($where)
|
|
|
{
|
|
|
- $data = self::getList('*', $where);
|
|
|
+ $data = self::getList('*', $where,'flower DESC');
|
|
|
$list = isset($data['list']) && !empty($data['list']) ? $data['list'] : [];
|
|
|
if (empty($list)) {
|
|
|
return $data;
|