|
@@ -1189,7 +1189,7 @@ public class ExportController extends BaseController {
|
|
|
new String[]{"分部", "课程组类型", "课程编号", "时间", "课程名称", "老师编号", "老师姓名", "签到时间", "签退时间", "应发课酬",
|
|
|
"课酬扣款", "结算课酬", "结算课酬", "状态", "备注"},
|
|
|
new String[]{"organName", "groupType", "courseScheduleId", "startClassTime", "courseName", "teacherId", "teacherName",
|
|
|
- "signInTime", "signOutTime", "actualSalary", "reduceSalary", "actualSalary", "confirmStatus", "memo"}, rows);
|
|
|
+ "signInTime", "signOutTime", "actualSalary", "reduceSalary", "finalSalary", "confirmStatus", "memo"}, rows);
|
|
|
response.setContentType("application/octet-stream");
|
|
|
response.setHeader("Content-Disposition", "attachment;filename=lender-" + DateUtil.getDate(new Date()) + ".xls");
|
|
|
ouputStream = response.getOutputStream();
|