|
@@ -24,6 +24,7 @@
|
|
|
<if test="courseCode != null and courseCode != ''">
|
|
|
and pst.course_code = #{courseCode}
|
|
|
</if>
|
|
|
+ order by pst.course_code
|
|
|
</where>
|
|
|
</select>
|
|
|
<select id="statData" resultType="com.qmth.paper.library.business.bean.result.DocManageStatResult">
|
|
@@ -125,7 +126,7 @@
|
|
|
</if>
|
|
|
</if>
|
|
|
</where>
|
|
|
- order by pst.scan_task_name, es.student_code
|
|
|
+ order by es.student_code
|
|
|
</select>
|
|
|
<select id="listDetail" resultType="com.qmth.paper.library.business.bean.result.DocManageDetailResult">
|
|
|
SELECT
|