wangliang 1 年之前
父节点
当前提交
150302cdf4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      themis-business/src/main/resources/mapper/TOeExamRecordMapper.xml

+ 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">
     <select id="invigilatePageListHistory" resultType="com.qmth.themis.business.bean.admin.InvigilateListHistoryBean">
         <include refid="invigilatePageListHistorySql"/>
         <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>
 
 
     <sql id="invigilatePageListHistorySql">
     <sql id="invigilatePageListHistorySql">
@@ -698,7 +698,7 @@
     <select id="invigilatePageListHistoryExport"
     <select id="invigilatePageListHistoryExport"
             resultType="com.qmth.themis.business.bean.admin.InvigilateListHistoryBean">
             resultType="com.qmth.themis.business.bean.admin.InvigilateListHistoryBean">
         <include refid="invigilatePageListHistorySql"/>
         <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>
 
 
     <select id="getDoneCountByDay" resultType="java.util.Map">
     <select id="getDoneCountByDay" resultType="java.util.Map">