浏览代码

fix 学员

he2802 3 年之前
父节点
当前提交
90bc0c2891
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

@@ -311,6 +311,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             and (cg.class_name like concat('%', #{gradeName}, '%'))
             and o.user_id = u.user_id)>0
         </if>
+        ORDER BY u.user_id DESC
     </select>