|
@@ -589,6 +589,9 @@
|
|
|
|
|
|
<sql id="findMusicGroupsCondition">
|
|
<sql id="findMusicGroupsCondition">
|
|
<where>
|
|
<where>
|
|
|
|
+ <if test="repairUserId != null">
|
|
|
|
+ AND repair_user_id_ = #{repairUserId}
|
|
|
|
+ </if>
|
|
<if test="educationalTeacherId!=null">
|
|
<if test="educationalTeacherId!=null">
|
|
AND educational_teacher_id_=#{educationalTeacherId}
|
|
AND educational_teacher_id_=#{educationalTeacherId}
|
|
</if>
|
|
</if>
|