From 49dd2afc036731b2f7fb17cdd294e23b50df2fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Mon, 8 Dec 2025 16:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=88=BF=E9=97=B4=E6=8E=92?= =?UTF-8?q?=E8=A1=8C=E5=92=8C=E9=BB=98=E8=AE=A4=E9=80=89=E6=8B=A9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Index.php b/application/api/controller/Index.php index 5205e89b..a78e9ef2 100644 --- a/application/api/controller/Index.php +++ b/application/api/controller/Index.php @@ -31,7 +31,7 @@ class Index extends BaseCom { $list = db::name('vs_room_label') ->where(['status' => 1]) - ->field('id,label_name,default_index')->order('sort asc')->select(); + ->field('id,label_name,default_index,sort')->order('sort asc')->select(); if($list){ $default_index = 0; $label_name = '';