wangliang 1 жил өмнө
parent
commit
249f1e4cd9

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

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

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

@@ -50,5 +50,6 @@
                 and t.paper_number = #{paperNumber}
             </if>
         </where>
+        order by t.student_code
     </select>
 </mapper>