|
@@ -346,7 +346,7 @@
|
|
|
<sql id="queryMusicGroupTeachersSql">
|
|
|
<where>
|
|
|
<if test="search != null and search != ''">
|
|
|
- AND (su.real_name_ LIKE CONCAT('%',#{search},'%') OR su.phone_ LIKE CONCAT('%',#{search},'%'))
|
|
|
+ AND (su.real_name_ LIKE CONCAT('%',#{search},'%') OR su.phone_ LIKE CONCAT('%',#{search},'%') OR su.id_=#{search})
|
|
|
</if>
|
|
|
<if test="musicGroupId != null and musicGroupId != ''">
|
|
|
AND cgtm.music_group_id_ = #{musicGroupId}
|