|
|
@@ -189,7 +189,7 @@ class GhsClass extends BaseClass
|
|
|
//供货商列表 ssh 2021.1.24
|
|
|
public static function getGhsList($where)
|
|
|
{
|
|
|
- $data = self::getList('*', $where, 'inTurn DESC,addTime DESC');
|
|
|
+ $data = self::getList('*', $where, 'inTurn DESC,addTime ASC');
|
|
|
$data['list'] = self::groupBaseInfo($data['list']);
|
|
|
return $data;
|
|
|
}
|