diff --git a/src/main/resources/egovframework/sqlmap/config/mappers/common/common_sql.xml b/src/main/resources/egovframework/sqlmap/config/mappers/common/common_sql.xml index 4ff9fe0b..cbef16ce 100644 --- a/src/main/resources/egovframework/sqlmap/config/mappers/common/common_sql.xml +++ b/src/main/resources/egovframework/sqlmap/config/mappers/common/common_sql.xml @@ -381,7 +381,8 @@ MEMBER_ID AS code FROM T_MEMBER WHERE MEMBER_STATUS = 'U' - AND (MEMBER_DEPT = ${memberDept} OR ENABLE_DEPT LIKE '%' || ${memberDept} || '%') + AND MEMBER_DEPT = ${memberDept} + ORDER BY MEMBER_NAME