From 2963ab7cb60a2b879f296fda026c51fbb249f6ec Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Thu, 1 Dec 2022 17:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A5=E6=BA=90=E4=BA=8E=E5=B0=8F=E5=AF=A8?= =?UTF-8?q?=E5=AD=90=EF=BC=9A=E4=BA=BA=E6=88=BF=E6=A6=82=E8=A7=88/gov/org/?= =?UTF-8?q?house/subuserhouselist=E6=8C=89=E7=85=A7=E7=BD=91=E6=A0=BC?= =?UTF-8?q?=E5=8D=87=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/CustomerGridDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerGridDao.xml b/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerGridDao.xml index 7c03f1a94d..9febecf227 100644 --- a/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerGridDao.xml +++ b/epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerGridDao.xml @@ -384,7 +384,7 @@ WHERE del_flag = '0' and ABANDON_FLAG='0' AND pid = #{agencyId} - ORDER BY created_time DESC + ORDER BY sort asc,created_time asc