Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhj-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
zhj-report
Commits
9194f4b0
Commit
9194f4b0
authored
Nov 26, 2019
by
董建华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化钉钉提醒
parent
6b16fab0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
IReportServiceImpl.java
...main/java/com/service/report/impl/IReportServiceImpl.java
+4
-4
No files found.
src/main/java/com/service/report/impl/IReportServiceImpl.java
View file @
9194f4b0
...
...
@@ -517,7 +517,7 @@ public class IReportServiceImpl implements ReportService {
log
.
info
(
"放款数据生成文件位置fileEntry : {}"
,
fileEntry
);
reportData
(
fileEntry
);
log
.
info
(
"放款数据上报结束"
);
ReportTimer
.
result
.
put
(
"
放款数据条数
"
,
loanDayData
.
size
());
ReportTimer
.
result
.
put
(
"
T+1放款数据条数:
"
,
loanDayData
.
size
());
}
catch
(
QgException
e
)
{
log
.
error
(
"上报T+1放款数据异常,e : {} "
,
e
);
dingTalk
.
talk
(
"上报T+1放款数据告警"
,
e
);
...
...
@@ -543,7 +543,7 @@ public class IReportServiceImpl implements ReportService {
log
.
info
(
"还款数据生成文件位置fileEntry : {}"
,
fileEntry
);
reportData
(
fileEntry
);
log
.
info
(
"还款数据上报结束"
);
ReportTimer
.
result
.
put
(
"T+1还款数据条数"
,
repayDayData
.
size
());
ReportTimer
.
result
.
put
(
"T+1还款数据条数
:
"
,
repayDayData
.
size
());
}
catch
(
QgException
e
)
{
log
.
error
(
"上报T+1还款数据异常,e : {} "
,
e
);
dingTalk
.
talk
(
"上报T+1还款数据告警"
,
e
);
...
...
@@ -571,7 +571,7 @@ public class IReportServiceImpl implements ReportService {
log
.
info
(
"逾期数据生成文件位置fileEntry : {}"
,
fileEntry
);
reportData
(
fileEntry
);
log
.
info
(
"逾期数据上报结束"
);
ReportTimer
.
result
.
put
(
"T+1逾期数据条数"
,
overDayData
.
size
());
ReportTimer
.
result
.
put
(
"T+1逾期数据条数
:
"
,
overDayData
.
size
());
}
catch
(
QgException
e
)
{
log
.
error
(
"上报T+1逾期数据异常,e : {} "
,
e
);
dingTalk
.
talk
(
"上报T+1逾期数据告警"
,
e
);
...
...
@@ -598,7 +598,7 @@ public class IReportServiceImpl implements ReportService {
log
.
info
(
"月逾期数据生成文件位置fileEntry : {}"
,
fileEntry
);
reportData
(
fileEntry
);
log
.
info
(
"月逾期数据上报结束 result: {}"
);
ReportTimer
.
result
.
put
(
"
取月逾期数据条数
"
,
overMonthData
.
size
());
ReportTimer
.
result
.
put
(
"
月逾期数据条数:
"
,
overMonthData
.
size
());
}
catch
(
QgException
e
)
{
log
.
error
(
"上报月逾期数据异常,e : {} "
,
e
);
dingTalk
.
talk
(
"上报月逾期数据告警"
,
e
);
...
...
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