|
@@ -113,6 +113,7 @@ public class StudentCoursewarePlayRecordController extends BaseController {
|
|
|
@PostMapping("/exportStatList")
|
|
|
@PreAuthorize("@pcs.hasPermissions('studentCoursewarePlayRecord/exportStatList')")
|
|
|
public HttpResponseResult exportStatList(@RequestBody StudentCoursewarePlayRecordWrapper.StatQuery statQuery) {
|
|
|
+ statQuery.setOrganizationId(organizationService.getEmployeeOrgan(statQuery.getOrganizationId()));
|
|
|
return exportService.getExportManageFuncMap().get(ExportEnum.VIDEO_PLAY_STAT).apply(JSON.parseObject(JSON.toJSONString(statQuery), Map.class));
|
|
|
}
|
|
|
|