|
|
@@ -31,7 +31,7 @@ class School extends SchoolModel
|
|
|
public function getList(array $param = [], int $listRows = 15)
|
|
|
{
|
|
|
// 整理查询参数
|
|
|
- $params = array_merge($param, ['sortType'=>'time']);
|
|
|
+ $params = array_merge($param,[]);
|
|
|
// 获取商品列表
|
|
|
$list = parent::getList($params, $listRows);
|
|
|
if ($list->isEmpty()) {
|