Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 55c39a85
authored
Sep 07, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
212112
1 parent
f502bdbd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
code/finance_serv/src/main/java/com/vion/financial/service/imp/ContractServiceImpl.java
code/finance_serv/src/main/java/com/vion/financial/service/imp/ContractServiceImpl.java
View file @
55c39a8
...
@@ -578,7 +578,7 @@ public class ContractServiceImpl implements ContractService {
...
@@ -578,7 +578,7 @@ public class ContractServiceImpl implements ContractService {
}
}
try
{
try
{
DownLoad
downLoad
=
new
DownLoad
();
DownLoad
downLoad
=
new
DownLoad
();
/*
if(selectVo.getColumns() != null && selectVo.getColumns().length > 0) {
if
(
selectVo
.
getColumns
()
!=
null
&&
selectVo
.
getColumns
().
length
>
0
)
{
//动态生成excel表头
//动态生成excel表头
ExcelExportEntity
excelExportEntity
=
new
ExcelExportEntity
(
"合同编号"
);
ExcelExportEntity
excelExportEntity
=
new
ExcelExportEntity
(
"合同编号"
);
excelExportEntity
.
setWidth
(
20
);
excelExportEntity
.
setWidth
(
20
);
...
@@ -589,8 +589,8 @@ public class ContractServiceImpl implements ContractService {
...
@@ -589,8 +589,8 @@ public class ContractServiceImpl implements ContractService {
}
else
{
}
else
{
downLoad
.
exportExcel
(
list
,
"合同Excel表格"
,
"合同Excel表格"
,
ExportModel
.
class
,
"合同.xls"
,
response
);
downLoad
.
exportExcel
(
list
,
"合同Excel表格"
,
"合同Excel表格"
,
ExportModel
.
class
,
"合同.xls"
,
response
);
}
*/
}
downLoad
.
exportExcel
(
list
,
"合同Excel表格"
,
"合同Excel表格"
,
ExportModel
.
class
,
"合同.xls"
,
response
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
// TODO Auto-generated catch block
// TODO Auto-generated catch block
e
.
printStackTrace
();
e
.
printStackTrace
();
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment