|
@@ -348,7 +348,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="studyCountMore != null and studyCountMore == 0 ">
|
|
|
AND og.study_count = 0
|
|
|
</if>
|
|
|
- order by user_info_status desc,cgu.id desc
|
|
|
+ order by user_info_status desc ,user_status desc ,cgu.id desc
|
|
|
</select>
|
|
|
|
|
|
<select id="listGradeInform" parameterType="com.zhongzheng.modules.grade.bo.ClassGradeQueryBo" resultMap="ClassGradeUserListVo">
|