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
efab3c28
Commit
efab3c28
authored
Dec 17, 2019
by
郝彦辉
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
9e283cda
ae331909
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
BaiHangZhuDaiService.java
...antgroup/report/service/baihang/BaiHangZhuDaiService.java
+2
-1
No files found.
src/main/java/cn/quantgroup/report/service/baihang/BaiHangZhuDaiService.java
View file @
efab3c28
...
...
@@ -662,6 +662,7 @@ public class BaiHangZhuDaiService {
long
sUtc1
=
System
.
currentTimeMillis
();
while
(
true
)
{
long
sUtc2
=
System
.
currentTimeMillis
();
if
(
A1_Stop
.
get
()){
log
.
error
(
"All申请存量数据查询STOP, A1_Stop: {} , endTime: {} "
,
A1_Stop
.
get
(),
erlyDate
.
plusDays
(
counter
).
format
(
DateTimeFormatter
.
ISO_DATE
));
break
;
...
...
@@ -697,7 +698,7 @@ public class BaiHangZhuDaiService {
}
int
listSize
=
applyLoanInfoList
!=
null
?
applyLoanInfoList
.
size
():
0
;
log
.
info
(
"All申请存量数据查询结束, listSize : {} , startTime: {} , endTime: {} , 耗时 : {} "
,
listSize
,
starTime
,
endTime
,
((
System
.
currentTimeMillis
()-
sUtc
1
)/
1000
)+
".s"
);
log
.
info
(
"All申请存量数据查询结束, listSize : {} , startTime: {} , endTime: {} , 耗时 : {} "
,
listSize
,
starTime
,
endTime
,
((
System
.
currentTimeMillis
()-
sUtc
2
)/
1000
)+
".s"
);
String
upladTs
=
LocalDateTime
.
now
().
toString
().
substring
(
0
,
19
);
for
(
int
i
=
0
;
i
<
applyLoanInfoList
.
size
();
i
++)
{
...
...
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