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