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
5b0cc50c
Commit
5b0cc50c
authored
Nov 29, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.7.2' into MVP1.7.2
parents
69d67ee7
2a5a6886
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
10 deletions
+6
-10
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
TOrderServiceImpl.java
...ud/plus/v1/yifu/order/service/impl/TOrderServiceImpl.java
+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 @
5b0cc50c
...
...
@@ -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 @
5b0cc50c
...
...
@@ -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"
/>
...
...
yifu-order/yifu-order-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/order/service/impl/TOrderServiceImpl.java
View file @
5b0cc50c
...
...
@@ -673,7 +673,7 @@ public class TOrderServiceImpl extends ServiceImpl<TOrderMapper, TOrder> impleme
public
void
receiveOrderNew
(
InputStream
inputStream
,
String
file1
,
String
orderNo
,
String
fileName
,
String
originalFileName
,
String
fileIds
){
R
<
Object
>
e
;
if
(
file1
.
equals
(
"fileZero"
))
{
getObjectR
(
inputStream
,
orderNo
,
fileName
,
originalFileName
,
CommonConstants
.
TW
O_INTEGER
,
fileIds
);
getObjectR
(
inputStream
,
orderNo
,
fileName
,
originalFileName
,
CommonConstants
.
ZER
O_INTEGER
,
fileIds
);
}
if
(
file1
.
equals
(
"fileOne"
))
{
getObjectR
(
inputStream
,
orderNo
,
fileName
,
originalFileName
,
CommonConstants
.
TWO_INTEGER
,
fileIds
);
...
...
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