|
@@ -609,18 +609,13 @@
|
|
|
|
|
|
<sql id="queryStudentIdsByClassGroupIdSql">
|
|
<sql id="queryStudentIdsByClassGroupIdSql">
|
|
<where>
|
|
<where>
|
|
- <if test="classGroupId != null">
|
|
|
|
- AND class_group_id_ = #{classGroupId}
|
|
|
|
- </if>
|
|
|
|
|
|
+ class_group_id_ = #{classGroupId}
|
|
<if test="groupType != null">
|
|
<if test="groupType != null">
|
|
AND group_type_ = #{groupType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
AND group_type_ = #{groupType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
</if>
|
|
</if>
|
|
<if test="musicGroupId != null">
|
|
<if test="musicGroupId != null">
|
|
AND music_group_id_ = #{musicGroupId}
|
|
AND music_group_id_ = #{musicGroupId}
|
|
</if>
|
|
</if>
|
|
- <if test="tenantId!=null">
|
|
|
|
- AND tenant_id_=#{tenantId}
|
|
|
|
- </if>
|
|
|
|
</where>
|
|
</where>
|
|
</sql>
|
|
</sql>
|
|
<select id="getStudentClassGroupBishopTeacherMap" resultType="com.ym.mec.biz.dal.dto.BaseMapDto">
|
|
<select id="getStudentClassGroupBishopTeacherMap" resultType="com.ym.mec.biz.dal.dto.BaseMapDto">
|