|
@@ -254,10 +254,10 @@ public class ExportController extends BaseController {
|
|
// List<StudentManageListDto> rows = studentManageService.findStudentsByOrganId(queryInfo).getRows();
|
|
// List<StudentManageListDto> rows = studentManageService.findStudentsByOrganId(queryInfo).getRows();
|
|
try {
|
|
try {
|
|
HSSFWorkbook workbook = POIUtil.exportExcel(new String[]{"分部", "学员编号", "学员姓名", "性别", "家长姓名",
|
|
HSSFWorkbook workbook = POIUtil.exportExcel(new String[]{"分部", "学员编号", "学员姓名", "性别", "家长姓名",
|
|
- "家长联系电话", "是否激活", "是否有课", "是否预约陪练课","是否有陪练课",
|
|
|
|
|
|
+ "家长联系电话", "是否激活", "是否有课", "是否预约陪练课","是否有陪练课", "课程余额(元)",
|
|
"所在乐团", "乐团所属声部", "所在乐团状态", "所在vip课", "所在VIP状态"}, new String[]{
|
|
"所在乐团", "乐团所属声部", "所在乐团状态", "所在vip课", "所在VIP状态"}, new String[]{
|
|
"organName", "userId", "username", "gender.description", "parentsName", "parentsPhone",
|
|
"organName", "userId", "username", "gender.description", "parentsName", "parentsPhone",
|
|
- "isActive.msg","hasCourse.msg","isMake.msg","hasPracticeCourse.msg","musicGroupName",
|
|
|
|
|
|
+ "isActive.msg","hasCourse.msg","isMake.msg","hasPracticeCourse.msg","courseBalance","musicGroupName",
|
|
"subjectName","musicGroupStatus","vipGroupName","vipGroupStatus"}, rows);
|
|
"subjectName","musicGroupStatus","vipGroupName","vipGroupStatus"}, rows);
|
|
response.setContentType("application/octet-stream");
|
|
response.setContentType("application/octet-stream");
|
|
response.setHeader("Content-Disposition", "attachment;filename=lender-" + DateUtil.getDate(new Date()) + ".xls");
|
|
response.setHeader("Content-Disposition", "attachment;filename=lender-" + DateUtil.getDate(new Date()) + ".xls");
|