From b1d3dd3b0ee3cf866631cee8203305f368de545d Mon Sep 17 00:00:00 2001 From: HAHA Date: Wed, 3 Aug 2022 17:30:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E4=BF=A1=E6=81=AF-=E6=96=B0?= =?UTF-8?q?=E5=A2=9E/=E4=BF=AE=E6=94=B9-=E6=89=80=E5=B1=9E=E7=BD=91?= =?UTF-8?q?=E6=A0=BC=20=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/CustomerGridDao.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 0c093ad7f8..9aa5f2359d 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 @@ -317,13 +317,11 @@ DEL_FLAG = '0' AND ABANDON_FLAG='0' AND PID = #{agencyId} - ORDER BY CREATED_TIME DESC + ORDER BY sort,grid_name,CREATED_TIME DESC LIMIT #{pageSize} - order by - sort,grid_name