Ver código fonte

测试报告

wangliang 1 ano atrás
pai
commit
55607f8f14

+ 1 - 1
distributed-print-business/src/main/resources/mapper/TCFinalScoreMapper.xml

@@ -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,