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 d88e14e5
authored
Sep 17, 2018
by
王军业
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【更换提示】
1 parent
641a032e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
d88e14e
...
...
@@ -540,7 +540,7 @@ public class ContractServiceImpl implements ContractService {
ImportExcel
importExcel
=
new
ImportExcel
();
if
(!
importExcel
.
IsIlegal
(
file
,
ranke
))
{
failCode
.
setEcode
(
"500"
);
failCode
.
setEnote
(
"导入
异常
"
);
failCode
.
setEnote
(
"导入
失败
"
);
return
failCode
;
}
List
<
List
<
ImportModel
>>
list
=
importExcel
.
Import
(
file
);
...
...
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