Parcourir la source

정렬 쿼리 변경

isna il y a 2 ans
Parent
commit
3232baf590
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/resources/mybatis/sqlmaps/loanmng/DsptMng.xml

+ 1 - 1
src/main/resources/mybatis/sqlmaps/loanmng/DsptMng.xml

@@ -43,7 +43,7 @@
43 43
                 </if>
44 44
             </when>
45 45
             <otherwise>
46
-                ORDER BY A.dspt_mgnt_no ASC
46
+                ORDER BY A.dspt_mgnt_no DESC
47 47
             </otherwise>
48 48
         </choose>
49 49
         <if test="gridRequest.pagingYn == true">