فهرست منبع

收藏正序排列

caiaa 1 سال پیش
والد
کامیت
6fc420a812
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/main/resources/mapper/BusinessMapper.xml
  2. 1 1
      src/main/resources/mapper/app/AppInfoMapper.xml

+ 1 - 1
src/main/resources/mapper/BusinessMapper.xml

@@ -20,7 +20,7 @@
             </if>
         </where>
 
-        order by t2.seq desc
+        order by t2.seq
     </select>
 
 

+ 1 - 1
src/main/resources/mapper/app/AppInfoMapper.xml

@@ -54,7 +54,7 @@
 
         </where>
 
-        order by t2.seq desc
+        order by t2.seq
 
     </select>