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