Quellcode durchsuchen

정렬 쿼리 변경

isna vor 2 Jahren
Ursprung
Commit
3232baf590
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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">