|
@@ -209,6 +209,9 @@
|
|
<if test="classGroupId!=null">
|
|
<if test="classGroupId!=null">
|
|
AND ch.class_group_id_=#{classGroupId}
|
|
AND ch.class_group_id_=#{classGroupId}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="createTime!=null">
|
|
|
|
+ AND DATE_FORMAT(ch.create_time_,'%Y%m')=DATE_FORMAT(#{createTime},'%Y%m')
|
|
|
|
+ </if>
|
|
</select>
|
|
</select>
|
|
<select id="findByTeacherAndCourseHomewok" resultMap="CourseHomework">
|
|
<select id="findByTeacherAndCourseHomewok" resultMap="CourseHomework">
|
|
SELECT
|
|
SELECT
|