diff --git a/src/main/resources/mappers/commCode/commCodeMapper.xml b/src/main/resources/mappers/commCode/commCodeMapper.xml index 3c353bfc..bc5ac460 100644 --- a/src/main/resources/mappers/commCode/commCodeMapper.xml +++ b/src/main/resources/mappers/commCode/commCodeMapper.xml @@ -168,7 +168,7 @@ AND CL.DEL_FLG = 0 ) A - ORDER BY A.CL_PRIORITY + ORDER BY A.CL_HEAD_CD, A.CL_PRIORITY \ No newline at end of file