Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
fangxinjiang
yifu-mvp
Commits
2a5a6886
Commit
2a5a6886
authored
Nov 28, 2024
by
chenyuxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 改回每日拉取网银时间段+改测试环境打印日志等级
parent
858632f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
IcbcTransactionFlowQueryServiceImpl.java
...ekp/service/impl/IcbcTransactionFlowQueryServiceImpl.java
+4
-8
logback-spring.xml
yifu-ekp/yifu-ekp-biz/src/main/resources/logback-spring.xml
+1
-1
No files found.
yifu-ekp/yifu-ekp-biz/src/main/java/com/yifu/cloud/plus/v1/ekp/service/impl/IcbcTransactionFlowQueryServiceImpl.java
View file @
2a5a6886
...
...
@@ -110,8 +110,8 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
try
{
//到账通知交易流水查询
response
=
client
.
execute
(
request
);
log
.
error
(
"到账通知交易流水状态"
+
response
.
getStatus
());
log
.
error
(
"到账通知交易流水结果"
+
response
.
getErrordesc
());
log
.
info
(
"到账通知交易流水状态"
+
response
.
getStatus
());
log
.
info
(
"到账通知交易流水结果"
+
response
.
getErrordesc
());
if
(
"00"
.
equals
(
response
.
getStatus
()))
{
return
R
.
ok
(
response
.
getDatalist
());
}
else
{
...
...
@@ -141,12 +141,8 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
log
.
info
(
"开始推昨日新增网银到账明细条数"
);
String
tranDate
=
DateUtil
.
addDay
(-
1
).
replace
(
"-"
,
""
);
// todo 原代码
//String beginDate = tranDate;
//String endDate = tranDate;
String
beginDate
=
"20241122"
;
String
endDate
=
"20241122"
;
String
beginDate
=
tranDate
;
String
endDate
=
tranDate
;
return
getIcbcTransactionFlowCommon
(
tranDate
,
beginDate
,
endDate
);
}
...
...
yifu-ekp/yifu-ekp-biz/src/main/resources/logback-spring.xml
View file @
2a5a6886
...
...
@@ -88,7 +88,7 @@
</springProfile>
<springProfile
name=
"test"
>
<!-- Level: FATAL 0 ERROR 3 WARN 4 INFO 6 DEBUG 7 -->
<root
level=
"
error
"
>
<root
level=
"
info
"
>
<appender-ref
ref=
"console"
/>
<appender-ref
ref=
"debug"
/>
<appender-ref
ref=
"error"
/>
...
...
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