|
@@ -317,7 +317,7 @@
|
|
AND sr.actual_subject_id_ = #{query.subjectId}
|
|
AND sr.actual_subject_id_ = #{query.subjectId}
|
|
</if>
|
|
</if>
|
|
<if test="query.search != null and query.search != ''">
|
|
<if test="query.search != null and query.search != ''">
|
|
- AND (sr.name_ LIKE CONCAT('%',#{search},'%') OR sr.parents_phone_ LIKE CONCAT('%',#{search},'%'))
|
|
|
|
|
|
+ AND (sr.name_ LIKE CONCAT('%',#{query.search},'%') OR sr.parents_phone_ LIKE CONCAT('%',#{query.search},'%'))
|
|
</if>
|
|
</if>
|
|
</select>
|
|
</select>
|
|
|
|
|