修改会员导出excel的标题

This commit is contained in:
季圣华
2022-10-29 18:32:34 +08:00
parent 9d50718def
commit 52b1c8eedf

View File

@@ -540,7 +540,7 @@ public class SupplierService {
return exportExcelVendorOrCustomer(dataList, type); return exportExcelVendorOrCustomer(dataList, type);
} else { } else {
//会员 //会员
String[] names = {"名称", "联系人", "手机号码", "联系电话", "电子邮箱", "预付款", "备注", "排序", "状态"}; String[] names = {"会员卡号", "联系人", "手机号码", "联系电话", "电子邮箱", "预付款", "备注", "排序", "状态"};
String title = "信息内容"; String title = "信息内容";
List<String[]> objects = new ArrayList<String[]>(); List<String[]> objects = new ArrayList<String[]>();
if (null != dataList) { if (null != dataList) {