Browse Source

对接管理后台

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