瀏覽代碼

对接管理后台

dengsixing 4 月之前
父節點
當前提交
9bff18e419
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>