no message

This commit is contained in:
hellcat 2025-04-07 21:30:20 +08:00
parent 37a031ca8a
commit 697265ff2b

View File

@ -759,7 +759,7 @@ final class HookController
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) {