Browse Source

对接管理后台

dengsixing 4 tháng trước cách đây
mục cha
commit
9bff18e419
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>