|
@@ -31,7 +31,7 @@ public class FaceVerifyJobHandler {
|
|
|
int batchSize = 100, maxErrorNum = 10;
|
|
|
List<Long> todoExamRecordDataIds = examCaptureQueueRepo.findQueuesGroupByExamRecordDataId(shardTotal, shardIndex, batchSize, maxErrorNum);
|
|
|
|
|
|
- log.warn("shardTotal:{}, shardIndex:{}, todoExamRecordDataIdsSize:{}", shardTotal, shardIndex, todoExamRecordDataIds.size());
|
|
|
+ log.warn("分片任务_{}_{} curTodoExamRecordDataIds_size:{}", shardTotal, shardIndex, todoExamRecordDataIds.size());
|
|
|
if (CollectionUtils.isEmpty(todoExamRecordDataIds)) {
|
|
|
return;
|
|
|
}
|