Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-api
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Data-王博
finance-api
Commits
c53c01ec
Commit
c53c01ec
authored
Feb 24, 2017
by
Data-王博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
湖北消金 - 提前还款文件 bug
parent
dd3b2374
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
HuBeiReturnDiscScheduler.java
...ntgroup/financial/scheduler/HuBeiReturnDiscScheduler.java
+3
-1
financial_api.properties
src/main/resources/config/local/financial_api.properties
+1
-0
financial_api.properties
src/main/resources/config/release/financial_api.properties
+1
-0
financial_api.properties
src/main/resources/config/test/financial_api.properties
+1
-0
No files found.
src/main/java/cn/quantgroup/financial/scheduler/HuBeiReturnDiscScheduler.java
View file @
c53c01ec
...
@@ -94,6 +94,9 @@ public class HuBeiReturnDiscScheduler {
...
@@ -94,6 +94,9 @@ public class HuBeiReturnDiscScheduler {
}
else
if
(
HubeiCFCDataType
.
RETURN_BATCH_COMPENSATION
.
get
().
equals
(
history
.
getDataType
())){
}
else
if
(
HubeiCFCDataType
.
RETURN_BATCH_COMPENSATION
.
get
().
equals
(
history
.
getDataType
())){
history
.
setDocNameId
(
docCompensationId
);
history
.
setDocNameId
(
docCompensationId
);
}
else
if
(
HubeiCFCDataType
.
RETURN_ADVANCE_REPAYMENT
.
get
().
equals
(
history
.
getDataType
())){
}
else
if
(
HubeiCFCDataType
.
RETURN_ADVANCE_REPAYMENT
.
get
().
equals
(
history
.
getDataType
())){
if
(
history
.
getSeqNo
().
compareTo
(
maxReqNo
)>
0
){
maxReqNo
=
history
.
getSeqNo
();
}
if
(
advanceIdMap
.
containsKey
(
history
.
getSeqNo
())){
if
(
advanceIdMap
.
containsKey
(
history
.
getSeqNo
())){
history
.
setDocNameId
(
advanceIdMap
.
get
(
history
.
getSeqNo
()));
history
.
setDocNameId
(
advanceIdMap
.
get
(
history
.
getSeqNo
()));
}
else
{
}
else
{
...
@@ -101,7 +104,6 @@ public class HuBeiReturnDiscScheduler {
...
@@ -101,7 +104,6 @@ public class HuBeiReturnDiscScheduler {
advanceIdMap
.
put
(
history
.
getSeqNo
(),
advanceDoc
.
getId
());
advanceIdMap
.
put
(
history
.
getSeqNo
(),
advanceDoc
.
getId
());
history
.
setDocNameId
(
advanceDoc
.
getId
());
history
.
setDocNameId
(
advanceDoc
.
getId
());
}
}
}
}
iHuBeiCFCDao
.
saveHistory
(
history
);
iHuBeiCFCDao
.
saveHistory
(
history
);
}
}
...
...
src/main/resources/config/local/financial_api.properties
View file @
c53c01ec
hubei.mail.touser
=
bo.wang@quantgroup.cn
hubei.mail.touser
=
bo.wang@quantgroup.cn
#存储每次请求响应的日志文件
hubei.history.filepath
=
E:/hubeitest/
hubei.history.filepath
=
E:/hubeitest/
log_dir
=
quant_group
log_dir
=
quant_group
#定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启
#定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启
...
...
src/main/resources/config/release/financial_api.properties
View file @
c53c01ec
hubei.mail.touser
=
bo.wang@quantgroup.cn
hubei.mail.touser
=
bo.wang@quantgroup.cn
#存储每次请求响应的日志文件
hubei.history.filepath
=
/vpants/hubeifiles/
hubei.history.filepath
=
/vpants/hubeifiles/
log_dir
=
quant_group
log_dir
=
quant_group
#定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启
#定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启
...
...
src/main/resources/config/test/financial_api.properties
View file @
c53c01ec
hubei.mail.touser
=
bo.wang@quantgroup.cn
hubei.mail.touser
=
bo.wang@quantgroup.cn
#存储每次请求响应的日志文件
hubei.history.filepath
=
/home/results/
hubei.history.filepath
=
/home/results/
log_dir
=
quant_group
log_dir
=
quant_group
#定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启
#定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启
...
...
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