|
@@ -1321,7 +1321,7 @@ public class ExportController extends BaseController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @ApiOperation(value = "课外训练-教学导出")
|
|
|
+ @ApiOperation(value = "运营指标管理导出")
|
|
|
@GetMapping("export/operatingStudents")
|
|
|
@PreAuthorize("@pcs.hasPermissions('export/operatingStudents')")
|
|
|
public void operatingStudents(StudentOperatingQueryInfo queryInfo, HttpServletResponse response) {
|