Commit 52b1c8ee authored by 季圣华's avatar 季圣华
Browse files

修改会员导出excel的标题

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