记得上下班打卡 | git大法好,push需谨慎

Commit b1e165cf authored by jiangxiulong's avatar jiangxiulong

入场人证件号

parent 389ef202
......@@ -342,7 +342,7 @@ public class PerformancesExpressController extends BaseController {
list.forEach(r -> {
excelList.add(OrderExpressExportExcelListDao.getNew().copy(r));
});
return excelUtil.exportExcel(excelList, "券码数据");
return excelUtil.exportExcel(excelList, "快递信息");
}
/**
......
......@@ -33,8 +33,8 @@ public class OrderExpressExportExcelListDao implements Serializable, Cloneable {
private String enterName;
@Excel(name = "入场人手机号")
private String enterMobile;
@Excel(name = "入场人身份证")
private String enterIdCod;
@Excel(name = "入场人证件号")
private String enterIdCode;
private static final OrderExpressExportExcelListDao obj = new OrderExpressExportExcelListDao();
......@@ -59,7 +59,7 @@ public class OrderExpressExportExcelListDao implements Serializable, Cloneable {
this.setExpressAddress(source.getExpressAddress());
this.setEnterName(source.getEnterName());
this.setEnterMobile(source.getEnterMobile());
this.setEnterIdCod(source.getEnterIdCod());
this.setEnterIdCode(source.getEnterIdCode());
return this;
}
}
......@@ -20,5 +20,5 @@ public class OrderExpressExportListDao implements Serializable {
private String expressAddress;
private String enterName;
private String enterMobile;
private String enterIdCod;
private String enterIdCode;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment