|
@@ -92,8 +92,7 @@ public class DataGainExamExecutor implements NodeExecuter<Long, ExamRecordData,
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
Date end=new Date();
|
|
Date end=new Date();
|
|
long times=end.getTime()-start.getTime();
|
|
long times=end.getTime()-start.getTime();
|
|
- LOG.error("[DataGainExamExecutor]修改考试记录batchNum出错 startId:"+startId,e);
|
|
|
|
- LOG.info("[DataGainExamExecutor]获取数据条数:"+outList.size() +" 耗时:"+times+"ms");
|
|
|
|
|
|
+ LOG.error("[DataGainExamExecutor]修改考试记录batchNum出错 startId:"+startId+" 获取数据条数:"+outList.size() +" 耗时:"+times+"ms",e);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
outList.addAll(tempList);
|
|
outList.addAll(tempList);
|