培训班导出完善
This commit is contained in:
@@ -148,7 +148,7 @@ public class TrainingClassController {
|
||||
titleRow.createCell(3).setCellValue("报名时间");
|
||||
titleRow.createCell(4).setCellValue("用户身份");
|
||||
titleRow.createCell(5).setCellValue("支付方式");
|
||||
titleRow.createCell(6).setCellValue("抵扣方式");
|
||||
titleRow.createCell(6).setCellValue("积分抵扣");
|
||||
titleRow.createCell(7).setCellValue("订单号");
|
||||
//序号,默认为1
|
||||
int cell = 1;
|
||||
@@ -160,7 +160,7 @@ public class TrainingClassController {
|
||||
row.createCell(2).setCellValue(toUser.getUser().getEmail());
|
||||
row.createCell(3).setCellValue(DateUtils.format(toUser.getCreateTime(),"yyyy-MM-dd HH:mm:ss"));
|
||||
row.createCell(4).setCellValue(toUser.getIdentity());
|
||||
row.createCell(5).setCellValue(toUser.getPayMethod());
|
||||
row.createCell(5).setCellValue(toUser.getPayMethod()+":"+toUser.getRealMoney());
|
||||
row.createCell(6).setCellValue(toUser.getJfDeduction());
|
||||
row.createCell(7).setCellValue(toUser.getOrderSn());
|
||||
//序号自增
|
||||
|
||||
Reference in New Issue
Block a user