|
@@ -259,7 +259,10 @@
|
|
|
AND g.teacher_id_ = #{param.teacherId}
|
|
|
</if>
|
|
|
<if test="param.auditVersion != null">
|
|
|
- and g.audit_version_ = #{param.auditVersion}
|
|
|
+ AND g.audit_version_ = #{param.auditVersion}
|
|
|
+ </if>
|
|
|
+ <if test="param.lessonSubject != null">
|
|
|
+ AND s.id_ = #{param.lessonSubject}
|
|
|
</if>
|
|
|
</where>
|
|
|
ORDER BY g.create_time_ DESC
|