qcast 사용 공통코드 쿼리 order by 수정

This commit is contained in:
basssy 2024-10-21 18:08:24 +09:00
parent 8899634b42
commit 4665b8d873

View File

@ -168,7 +168,7 @@
AND AND
CL.DEL_FLG = 0 CL.DEL_FLG = 0
) A ) A
ORDER BY A.CL_PRIORITY ORDER BY A.CL_HEAD_CD, A.CL_PRIORITY
</select> </select>
</mapper> </mapper>