|
@@ -114,6 +114,7 @@
|
|
<!-- 查询当前表的总记录数 -->
|
|
<!-- 查询当前表的总记录数 -->
|
|
<select id="queryCount" resultType="int">
|
|
<select id="queryCount" resultType="int">
|
|
SELECT COUNT(*) FROM student_course_homework_reply schr
|
|
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"/>
|
|
<include refid="queryCondition"/>
|
|
</select>
|
|
</select>
|
|
<select id="findAllReplyByStudentCourseHomeworkID" resultMap="StudentCourseHomeworkReply">
|
|
<select id="findAllReplyByStudentCourseHomeworkID" resultMap="StudentCourseHomeworkReply">
|