|
@@ -234,7 +234,7 @@ public class ExportController extends BaseController {
|
|
"收费模式", "收费类型", "乐团主管", "成团人数", "在读人数", "申请时间", "成团时间", "清单状态", "收费标准"}, new String[]{
|
|
"收费模式", "收费类型", "乐团主管", "成团人数", "在读人数", "申请时间", "成团时间", "清单状态", "收费标准"}, new String[]{
|
|
"organName", "id", "name", "cooperationOrganName", "status.msg", "courseViewType.msg", "chargeTypeName",
|
|
"organName", "id", "name", "cooperationOrganName", "status.msg", "courseViewType.msg", "chargeTypeName",
|
|
"educationalTeacherName", "groupMemberNum", "payNum"
|
|
"educationalTeacherName", "groupMemberNum", "payNum"
|
|
- , "createTime", "updateTime", "hasVerifyMusicalList?'已确认':'未确认'", "chargeStandard"}, rows);
|
|
|
|
|
|
+ , "createTime", "billStartDate", "hasVerifyMusicalList?'已确认':'未确认'", "chargeStandard"}, rows);
|
|
response.setContentType("application/octet-stream");
|
|
response.setContentType("application/octet-stream");
|
|
response.setHeader("Content-Disposition", "attac:wq" +
|
|
response.setHeader("Content-Disposition", "attac:wq" +
|
|
"hment;filename=classGroup-" + DateUtil.getDate(new Date()) + ".xls");
|
|
"hment;filename=classGroup-" + DateUtil.getDate(new Date()) + ".xls");
|