|  | @@ -114,6 +114,7 @@
 | 
	
		
			
				|  |  |      <!-- 查询当前表的总记录数 -->
 | 
	
		
			
				|  |  |      <select id="queryCount" resultType="int">
 | 
	
		
			
				|  |  |  		SELECT COUNT(*) FROM student_course_homework_reply schr
 | 
	
		
			
				|  |  | +        LEFT JOIN student_course_homework sch ON schr.student_course_homework_id_=sch.id_
 | 
	
		
			
				|  |  |  		<include refid="queryCondition"/>
 | 
	
		
			
				|  |  |  	</select>
 | 
	
		
			
				|  |  |      <select id="findAllReplyByStudentCourseHomeworkID" resultMap="StudentCourseHomeworkReply">
 |