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
d28b008f
Commit
d28b008f
authored
Dec 29, 2019
by
郝彦辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口报送bug
parent
461c8341
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
BaiHangZhuDaiService.java
...antgroup/report/service/baihang/BaiHangZhuDaiService.java
+3
-3
No files found.
src/main/java/cn/quantgroup/report/service/baihang/BaiHangZhuDaiService.java
View file @
d28b008f
...
...
@@ -20,7 +20,6 @@ import cn.quantgroup.report.service.baihang.util.BHRSAUtils;
import
cn.quantgroup.report.service.baihang.util.Base64
;
import
cn.quantgroup.report.service.baihang.util.TuoMinUtils
;
import
cn.quantgroup.report.service.http.IHttpService
;
import
cn.quantgroup.report.utils.StringUtil
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSONArray
;
import
com.alibaba.fastjson.JSONObject
;
...
...
@@ -345,8 +344,8 @@ public class BaiHangZhuDaiService {
//yyyy-MM-dd
BaiHangTimeRecord
timeRecord
=
BaiHangTimeRecord
.
builder
().
startTime
(
startnyr
).
endTime
(
endnyr
).
build
();
String
resMsg
=
""
;
String
temp_huanKuan
=
"还款报送:查询 %d条(联合贷%d条), 实际 %d条, 跳过 %d条, 报送成功 %d条, 存日志 %条;"
;
String
temp_yuQi
=
"逾期报送:查询 %d条(联合贷%d条), 实际 %d条, 跳过 %d条, 报送成功 %d条, 存日志 %条;"
;
String
temp_huanKuan
=
"还款报送:查询 %d条(联合贷%d条), 实际 %d条, 跳过 %d条, 报送成功 %d条, 存日志 %
d
条;"
;
String
temp_yuQi
=
"逾期报送:查询 %d条(联合贷%d条), 实际 %d条, 跳过 %d条, 报送成功 %d条, 存日志 %
d
条;"
;
for
(
int
j
=
0
;
j
<
2
;
j
++)
{
Stopwatch
sendWatch
=
Stopwatch
.
createStarted
();
...
...
@@ -429,6 +428,7 @@ public class BaiHangZhuDaiService {
if
(
j
==
0
)
{
resMsg
+=
String
.
format
(
temp_huanKuan
,
repaymentLoanInfos
.
size
(),
(
repaymentLoanInfosLh
!=
null
?
repaymentLoanInfosLh
.
size
()
:
0
),
totail_atomicInt
.
get
(),
tg_atomicInt
.
get
(),
succ_atomicInt
.
get
(),
saveLog_atomicInt
.
get
());
}
else
{
resMsg
+=
"\n"
;
resMsg
+=
String
.
format
(
temp_yuQi
,
repaymentLoanInfos
.
size
(),
(
repaymentLoanInfosLh
!=
null
?
repaymentLoanInfosLh
.
size
()
:
0
),
totail_atomicInt
.
get
(),
tg_atomicInt
.
get
(),
succ_atomicInt
.
get
(),
saveLog_atomicInt
.
get
());
}
resMsg
+=
"["
+
(
totail_atomicInt
.
get
()==
succ_atomicInt
.
get
())+
"]"
;
...
...
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