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