|
AtomicInteger successCount = new AtomicInteger(), failCount = new AtomicInteger();
|
|
AtomicInteger successCount = new AtomicInteger(), failCount = new AtomicInteger();
|
|
this.normalRun(loginUser, dataList, successCount, failCount, task.getId(), failRecords);
|
|
this.normalRun(loginUser, dataList, successCount, failCount, task.getId(), failRecords);
|