@@ -138,7 +138,7 @@
AND eer.user_id_=#{studentId}
</if>
<if test="createTime!=null">
- AND DATE_FORMAT(eer.create_time_, '%Y-%m-%d') = DATE_FORMAT(#{createTime}, '%Y-%m-%d')
+ AND DATE_FORMAT(eer.create_time_, '%Y-%m') = DATE_FORMAT(#{createTime}, '%Y-%m')
</where>
</sql>