Przeglądaj źródła

收藏正序排列

caiaa 1 rok temu
rodzic
commit
6fc420a812

+ 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>