Browse Source

정렬순서 변경

SH 1 month ago
parent
commit
6dd11879a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/sqlmap/mappers/cw/cw0625/CW06250001UMapper.xml

+ 1 - 1
src/main/resources/sqlmap/mappers/cw/cw0625/CW06250001UMapper.xml

@@ -57,7 +57,7 @@
 		  AND A.STATUS_CD = #{statusCd}	
 		</if>	
 		
-        ORDER BY A.YEAR_HALF, A.SEQ, A.SUB_SEQ
+        ORDER BY A.YEAR_HALF, ZEHR_EMP_NAME_FNC(#{cmpnCd}, A.EMP_NO), A.SEQ, A.SUB_SEQ
 	</select>
     
     <update id="update">