@@ -87,6 +87,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="handoutsName != null and handoutsName != ''">
AND s.handouts_name like (concat('%', #{handoutsName}, '%'))
</if>
+ GROUP BY s.handouts_id
</select>
</mapper>