|
@@ -526,10 +526,10 @@
|
|
|
<sql id="queryMusicGroupCourseScheduleSql">
|
|
|
<where>
|
|
|
cg.del_flag_ = 0
|
|
|
- <if test="classScheduleType != null and classScheduleType != ''">
|
|
|
+ <if test="classScheduleType != null">
|
|
|
AND cs.type_ = #{classScheduleType}
|
|
|
</if>
|
|
|
- <if test="classScheduleStatus != null and classScheduleStatus != ''">
|
|
|
+ <if test="classScheduleStatus != null">
|
|
|
AND cs.status_ = #{classScheduleStatus}
|
|
|
</if>
|
|
|
<if test="startTime != null and startTime != ''">
|