Browse Source

Merge branch 'release-mg-2.9.0' into test

dengsixing 5 months ago
parent
commit
07f1637c7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/system/AccountMapper.xml

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