xiatian 8 месяцев назад
Родитель
Сommit
eb0144652c
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/main/resources/mapper/StudentMapper.xml

+ 2 - 1
src/main/resources/mapper/StudentMapper.xml

@@ -660,8 +660,9 @@
         where exam_id = #{examId}
           and file_upload_status = 'UPLOADED'
           and image_check_status in ('WAITING', 'FAILED')
-          and id > #{startId} limit #{batchSize}
+          and id > #{startId} 
           order by id
+          limit #{batchSize}
     </select>
 
     <select id="countImageCheck" resultType="cn.com.qmth.scancentral.vo.imagecheck.ImageCheckVo">