From b1d073b9e7cf0ea9a963b81d6649fd460b4dd409 Mon Sep 17 00:00:00 2001 From: cloud Date: Wed, 8 Jul 2020 21:18:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/traits/tdata.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/traits/tdata.class.php b/include/traits/tdata.class.php index 852f1a3..aa449e6 100644 --- a/include/traits/tdata.class.php +++ b/include/traits/tdata.class.php @@ -528,6 +528,7 @@ trait tdata { $order = " la.l_endtime {$this->form['order_l_endtime']} "; break; case 'villages': + // 默认按照街道排序 $order = ' CONVERT( vi.`v_address` USING gbk ) COLLATE gbk_chinese_ci ASC '; if ($this->form['order_v_enum']) $order = " v_enum {$this->form['order_v_enum']} ";