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>