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">