|
...
|
...
|
@@ -34,7 +34,7 @@ class Base extends Model |
|
|
|
* @author :liyuhang
|
|
|
|
* @method
|
|
|
|
*/
|
|
|
|
public function getManagerListlists($map, $page, $row, $order = 'id', $fields = ['*'], $sort = 'desc'): array
|
|
|
|
public function lists($map, $page, $row, $order = 'id', $fields = ['*'], $sort = 'desc'): array
|
|
|
|
{
|
|
|
|
$query = $this->formatQuery($map);
|
|
|
|
$query = $this->sortOrder($query,$order,$sort);
|
...
|
...
|
|