@@ -291,7 +291,7 @@
WHERE sr.user_id_ IN
<foreach collection="studentIds" item="userId" open="(" close=")" separator=",">
#{userId}
- </foreach>
+ </foreach> and sr.subject_id_list_ is not null
</select>
<select id="getSubjectListByIdAndCoopId" resultType="com.ym.mec.biz.dal.entity.Subject">
SELECT