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