Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baihang-report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
data-spider
baihang-report
Commits
fee920e4
Commit
fee920e4
authored
Dec 23, 2019
by
haoyanhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
方法整理&优化
parent
3dccc655
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ManualToolService.java
...antgroup/report/service/manualTool/ManualToolService.java
+4
-4
No files found.
src/main/java/cn/quantgroup/report/service/manualTool/ManualToolService.java
View file @
fee920e4
...
...
@@ -27,6 +27,7 @@ import org.apache.commons.io.FileUtils;
import
org.apache.commons.lang3.StringUtils
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.scheduling.annotation.Async
;
import
org.springframework.stereotype.Service
;
import
java.io.*
;
...
...
@@ -1811,7 +1812,7 @@ public class ManualToolService implements CommonSuperService {
System
.
out
.
println
(
"All d3_logicerror_20191223() end."
);
}
@Async
public
void
newD3ReplaceReqId
(
String
newD3FilePath
,
String
newD3FileNames
,
String
oldD3ReqIdFile
,
String
mapNotEmptyFile
)
{
try
{
List
<
String
>
oldD3ReqIdFileList
=
ReadOrWriteTxt
.
readTxtList
(
oldD3ReqIdFile
);
...
...
@@ -1828,13 +1829,12 @@ public class ManualToolService implements CommonSuperService {
log
.
info
(
"newD3ReplaceReqId listSize: {} , mapSize: {} "
,
oldD3ReqIdFileList
.
size
(),
oldD3_reqIdMap
.
size
());
oldD3ReqIdFileList
=
null
;
String
[]
all_id3_fileNames
=
newD3FileNames
.
split
(
","
);
List
<
String
>
d3lineList
=
null
;
RepaymentInfoZhuDai
repaymentLoanInfo
=
null
;
for
(
String
fileName
:
all_id3_fileNames
){
log
.
info
(
"THE FILENAME:"
+
fileName
);
if
(!
newD3FilePath
.
endsWith
(
"/"
)
&&
!
newD3FilePath
.
endsWith
(
"\\"
)){
newD3FilePath
=
newD3FilePath
+
"/"
;
}
...
...
@@ -1894,7 +1894,7 @@ public class ManualToolService implements CommonSuperService {
}
}
catch
(
Exception
e
){
log
.
error
(
"newD3ReplaceReqId
Error
"
,
e
);
log
.
error
(
"newD3ReplaceReqId
异常
"
,
e
);
}
log
.
info
(
"All newD3ReplaceReqId() end."
);
...
...
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