|
@@ -127,7 +127,7 @@ public class AnalyzeService {
|
|
|
List<Report> reports = reportDao.findByExamId(examId);
|
|
|
for(Report report : reports) {
|
|
|
if(report!=null) {
|
|
|
- String workerId=findWorkerId(report.getId());
|
|
|
+ String workerId=report.getWorker_id();
|
|
|
if(!workerId.equals("")&&!result.contains(workerId))
|
|
|
result.add(Long.parseLong(workerId));
|
|
|
}
|