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