瀏覽代碼

정렬 쿼리 변경

isna 2 年之前
父節點
當前提交
3232baf590
共有 1 個文件被更改,包括 1 次插入1 次删除
  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">