wangliang 1 rok temu
rodzic
commit
150302cdf4

+ 2 - 2
themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

@@ -565,7 +565,7 @@
 
     <select id="invigilatePageListHistory" resultType="com.qmth.themis.business.bean.admin.InvigilateListHistoryBean">
         <include refid="invigilatePageListHistorySql"/>
-        order by CAST(t.examActivityCode AS UNSIGNED),CAST(t.roomCode AS UNSIGNED)
+        order by CAST(teea.code AS UNSIGNED),CAST(s.room_code AS UNSIGNED)
     </select>
 
     <sql id="invigilatePageListHistorySql">
@@ -698,7 +698,7 @@
     <select id="invigilatePageListHistoryExport"
             resultType="com.qmth.themis.business.bean.admin.InvigilateListHistoryBean">
         <include refid="invigilatePageListHistorySql"/>
-        order by CAST(t.examActivityCode AS UNSIGNED),CAST(t.roomCode AS UNSIGNED)
+        order by CAST(teea.code AS UNSIGNED),CAST(s.room_code AS UNSIGNED)
     </select>
 
     <select id="getDoneCountByDay" resultType="java.util.Map">