Browse Source

fix 学员

he2802 3 years ago
parent
commit
90bc0c2891

+ 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 (cg.class_name like concat('%', #{gradeName}, '%'))
             and o.user_id = u.user_id)>0
             and o.user_id = u.user_id)>0
         </if>
         </if>
+        ORDER BY u.user_id DESC
     </select>
     </select>