浏览代码

对接管理后台

dengsixing 5 月之前
父节点
当前提交
d59b23458d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/resources/mapper/system/AccountMapper.xml

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

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