This commit is contained in:
2025-07-11 15:44:59 +08:00
7 changed files with 58 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ abstract class Common extends BaseController
'language_id' => $language,
'status' => 1
])
->where('status', '=', 1)
->order(['sort' => 'asc', 'id' => 'asc'])
->select();
if ($nav->isEmpty()) {