Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
c2076f5e
Commit
c2076f5e
authored
Sep 01, 2021
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新制证包上异常处理
parent
1a7568fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
ImportXmlServiceImpl.java
...om/yxproject/start/service/impl/ImportXmlServiceImpl.java
+7
-0
No files found.
src/main/java/com/yxproject/start/service/impl/ImportXmlServiceImpl.java
View file @
c2076f5e
...
...
@@ -84,10 +84,17 @@ public class ImportXmlServiceImpl implements ImportXmlService {
writer
.
close
();
}
catch
(
IOException
e
)
{
e
.
printStackTrace
();
return
false
;
}
try
{
preproPersonDto
.
setTpPath
(
url
);
preproPersonMapper
.
savePreproPersonEntity
(
preproPersonDto
);
// preproPersonMapper.savePreproPersonCLOB(preproPersonDto);
}
catch
(
Exception
e
){
e
.
printStackTrace
();
return
false
;
}
}
return
true
;
}
...
...
Write
Preview
Markdown
is supported
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