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