|
@@ -57,7 +57,7 @@
|
|
|
|
|
|
<select id="examStudentOverview" resultType="com.qmth.distributed.print.business.bean.result.FinalScoreResult">
|
|
|
select
|
|
|
- tcfs.name,
|
|
|
+ distinct tcfs.name,
|
|
|
tcfs.student_code as studentCode,
|
|
|
tcfs.score_detail as finalScoreDetail,
|
|
|
tcus.score as usualScore,
|