@@ -190,7 +190,7 @@
AND cgsm.class_group_id_ = #{classGroupId}
</if>
<if test="subjectId!=null">
- AND FIND_IN_SET(stu.subject_id_list_, #{subjectId})
+ AND FIND_IN_SET(#{subjectId}, stu.subject_id_list_)
<if test="search!=null">
AND (su.username_ LIKE CONCAT('%', #{search}, '%') OR su.phone_ LIKE CONCAT(#{search}, '%'))