|
|
@@ -33,7 +33,7 @@ class KindClass extends BaseClass
|
|
|
public static function getKindList($mainId)
|
|
|
{
|
|
|
$where = ['mainId' => $mainId, 'delStatus' => 0];
|
|
|
- $kindList = self::getAllByCondition($where, 'inTurn DESC', '*');
|
|
|
+ $kindList = self::getAllByCondition($where, 'flower DESC,inTurn DESC', '*');
|
|
|
if (empty($kindList)) {
|
|
|
return $kindList;
|
|
|
}
|