no message
This commit is contained in:
parent
37a031ca8a
commit
697265ff2b
@ -759,7 +759,7 @@ final class HookController
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
$aNodeList = Node::where($sField, 'like', '%' . $sLike . '%')->get()->toArray();
|
$aNodeList = Node::where($sField, 'like', '%' . $sLike . '%')orderBy('sort', 'desc')->orderBy('name', 'asc')->get()->toArray();
|
||||||
|
|
||||||
} catch (\Illuminate\Database\QueryException $e) {
|
} catch (\Illuminate\Database\QueryException $e) {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user