|
@@ -747,6 +747,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="hasInterface != null and hasInterface == 2">
|
|
<if test="hasInterface != null and hasInterface == 2">
|
|
AND cg.no_interface_account_id is not null
|
|
AND cg.no_interface_account_id is not null
|
|
</if>
|
|
</if>
|
|
|
|
+ order by cgu.id desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="listGradeInform" parameterType="com.zhongzheng.modules.grade.bo.ClassGradeQueryBo" resultMap="ClassGradeUserListVo">
|
|
<select id="listGradeInform" parameterType="com.zhongzheng.modules.grade.bo.ClassGradeQueryBo" resultMap="ClassGradeUserListVo">
|