|
|
|
|
@ -158,7 +158,7 @@ class OtherController extends CommonController
|
|
|
|
|
'users' => function ($query) {
|
|
|
|
|
$query->select('id', 'name', 'company_position')->where('is_schoolmate', 1)->with([
|
|
|
|
|
'courseSigns' => function ($query) {
|
|
|
|
|
$query->select('id', 'year')->with('course')->orderBy('fee_status', 'desc');
|
|
|
|
|
$query->select('id','status')->with('course')->orderBy('fee_status', 'desc');
|
|
|
|
|
}
|
|
|
|
|
]);
|
|
|
|
|
}
|
|
|
|
|
|