xiatian 8 달 전
부모
커밋
87272a9992
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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">