|
|
@@ -12,7 +12,7 @@ class PtItemCatRelateClass extends BaseClass
|
|
|
|
|
|
public static function getItemList($where)
|
|
|
{
|
|
|
- $data = self::getList('*', $where, null);
|
|
|
+ $data = self::getList('*', $where, 'inTurn DESC');
|
|
|
$list = $data['list'];
|
|
|
if (!empty($list)) {
|
|
|
$ids = array_column($list, 'itemId');
|