From fcb5b8ba6b16e191df2e72b8737dc83eb1e97d6c Mon Sep 17 00:00:00 2001 From: sunyuchao Date: Mon, 23 Mar 2020 14:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=8C=E7=94=9F=E4=BA=BA=E5=AF=BC=E8=A7=88?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E9=A6=96=E9=A1=B5=E9=85=8D=E7=BD=AEsql?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/CustomerHomeDetailDao.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerHomeDetailDao.xml b/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerHomeDetailDao.xml index f8c959f45a..c5695e7ee8 100644 --- a/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerHomeDetailDao.xml +++ b/epmet-module/oper-customize/oper-customize-server/src/main/resources/mapper/CustomerHomeDetailDao.xml @@ -84,5 +84,6 @@ ) a INNER JOIN customer_home_detail b ON a.id = b.HOME_ID AND b.DEL_FLAG = '0' LEFT JOIN home_component c ON b.COMPONENT_ID = c.id AND c.DEL_FLAG = '0' + ORDER BY b.REGION DESC,b.DISPLAY_ORDER ASC \ No newline at end of file