作者 lyh

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

@@ -25,7 +25,7 @@ class GroupController extends BaseController @@ -25,7 +25,7 @@ class GroupController extends BaseController
25 if(!empty($this->param['search'])){ 25 if(!empty($this->param['search'])){
26 $map[] = ['title', 'like', "%{$this->param['search']}%"]; 26 $map[] = ['title', 'like', "%{$this->param['search']}%"];
27 } 27 }
28 - $list = $logic->getList($map); 28 + $list = $logic->getList($map, ['id' => 'desc'], ['*'], 0);
29 return $this->success($list); 29 return $this->success($list);
30 } 30 }
31 31