|
@@ -1178,7 +1178,7 @@ public class ExamController extends ControllerSupport {
|
|
|
|
|
|
DiskFileItem item = (DiskFileItem) file.getFileItem();
|
|
|
File storeLocation = item.getStoreLocation();
|
|
|
- List<Map<String, Object>> failRecords = examService.importExamOrgSettings(examId,
|
|
|
+ List<Map<String, Object>> failRecords = examService.importExamSpecialSettings(examId,
|
|
|
storeLocation);
|
|
|
Map<String, Object> map = Maps.newHashMap();
|
|
|
map.put("hasError", CollectionUtils.isNotEmpty(failRecords));
|