xiatian 8 mēneši atpakaļ
vecāks
revīzija
87272a9992
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/main/resources/mapper/StudentMapper.xml

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

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