|
@@ -233,7 +233,7 @@
|
|
|
AND transaction_teacher_id_ = #{transactionTeacherId}
|
|
|
</if>
|
|
|
<if test="courseViewType != null">
|
|
|
- AND course_view_type_ = #{courseViewType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
|
+ AND course_view_type_ = #{courseViewType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
|
|
|
</if>
|
|
|
<if test="musicGroupIds!=null and musicGroupIds.size()>0">
|
|
|
AND id_ IN
|