From 4665b8d87334ff477335fce7bfe1c7eb919a75e6 Mon Sep 17 00:00:00 2001 From: basssy Date: Mon, 21 Oct 2024 18:08:24 +0900 Subject: [PATCH] =?UTF-8?q?qcast=20=EC=82=AC=EC=9A=A9=20=EA=B3=B5=ED=86=B5?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=BF=BC=EB=A6=AC=20order=20by=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/commCode/commCodeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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