|
@@ -335,7 +335,7 @@ public class CourseController extends ControllerSupport {
|
|
Map<String, Object> map = Maps.newHashMap();
|
|
Map<String, Object> map = Maps.newHashMap();
|
|
map.put("hasError", CollectionUtils.isNotEmpty(failRecords));
|
|
map.put("hasError", CollectionUtils.isNotEmpty(failRecords));
|
|
map.put("failRecords", failRecords);
|
|
map.put("failRecords", failRecords);
|
|
- return null;
|
|
|
|
|
|
+ return map;
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "导出课程", notes = "导出")
|
|
@ApiOperation(value = "导出课程", notes = "导出")
|