|
@@ -52,6 +52,7 @@ public class StudentManageController extends BaseController {
|
|
|
@PostMapping("export/studentHasCourse")
|
|
|
@PreAuthorize("@pcs.hasPermissions('export/studentHasCourse')")
|
|
|
public void studentHasCourse(HttpServletResponse response, StudentManageQueryInfo queryInfo) {
|
|
|
+ queryInfo.setRows(99999);
|
|
|
SysUser sysUser = sysUserFeignService.queryUserInfo();
|
|
|
if (sysUser == null) {
|
|
|
throw new BizException("用户信息获取失败");
|