Przeglądaj źródła

Merge branch 'release-mg-2.9.0' into test

dengsixing 5 miesięcy temu
rodzic
commit
07f1637c7d

+ 1 - 1
src/main/resources/mapper/system/AccountMapper.xml

@@ -38,7 +38,7 @@
         <if test="param.status != null">
             and u.state = #{param.status}
         </if>
-        order by t.id desc;
+        order by t.id desc
     </select>