Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
52b1c8ee
Commit
52b1c8ee
authored
Oct 29, 2022
by
季圣华
Browse files
修改会员导出excel的标题
parent
9d50718d
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/service/supplier/SupplierService.java
View file @
52b1c8ee
...
@@ -540,7 +540,7 @@ public class SupplierService {
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment