|
@@ -97,6 +97,7 @@ public class ExamCaptureQueueServiceImpl implements ExamCaptureQueueService {
|
|
|
examCaptureQueueEntity.setUpdateTime(new Date());
|
|
|
int errorNum = examCaptureQueueEntity.getErrorNum()==null?0:examCaptureQueueEntity.getErrorNum();
|
|
|
examCaptureQueueEntity.setErrorNum(errorNum+1);
|
|
|
+ examCaptureQueueEntity.setProcessBatchNum("000000");
|
|
|
examCaptureQueueRepo.save(examCaptureQueueEntity);
|
|
|
}
|
|
|
|