@@ -641,6 +641,6 @@
<foreach collection="studentIds" item="studentId" open="(" close=")" separator=",">
#{studentId}
</foreach>
- AND sub.id__ IS NOT NULL
+ AND sub.id_ IS NOT NULL
</select>
</mapper>