Improvements for host selection, store ftn message in utf8
This commit is contained in:
@@ -67,6 +67,7 @@ class DomainController extends Controller
|
||||
->when($region,function($query,$region) { return $query->where('region_id',$region)->where('node_id','<>',0); })
|
||||
->when((! $region),function($query) use ($region) { return $query->where('region_id',0); })
|
||||
->where('point_id',0)
|
||||
->FTNorder()
|
||||
->with(['system'])
|
||||
->get();
|
||||
|
||||
|
Reference in New Issue
Block a user