|
@@ -15,6 +15,7 @@
|
|
|
and t.paper_number = #{paperNumber}
|
|
|
</if>
|
|
|
</where>
|
|
|
+ order by t.student_code
|
|
|
</select>
|
|
|
|
|
|
<select id="finalScoreScoreOverView" resultType="com.qmth.distributed.print.business.bean.dto.FinalScoreDto">
|
|
@@ -77,5 +78,6 @@
|
|
|
</if>
|
|
|
and tcfs.enable = true and tcus.enable = true
|
|
|
</where>
|
|
|
+ order by tcfs.student_code
|
|
|
</select>
|
|
|
</mapper>
|