|
@@ -88,7 +88,7 @@ class UserAdminService extends Service
|
|
|
$user = DataUser::mk()
|
|
|
->where($map)
|
|
|
->with(['pooltalent'=>function($query){
|
|
|
- $query->with(['zc'=>function($q){
|
|
|
+ $query->order('id desc')->with(['zc'=>function($q){
|
|
|
$q->field('id,name');
|
|
|
},'gzll']);
|
|
|
},'maintenance','shipyard','merchants'])
|