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
34d2a345
Commit
34d2a345
authored
Mar 09, 2026
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.7.20' into MVP1.7.20
parents
4791f720
d975b49d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
IcbcTransactionFlowIssueServiceImpl.java
...ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
+10
-5
No files found.
yifu-ekp/yifu-ekp-biz/src/main/java/com/yifu/cloud/plus/v1/ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
View file @
34d2a345
...
@@ -1358,6 +1358,8 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
...
@@ -1358,6 +1358,8 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
boolean
isShouQuanShiBai
;
boolean
isShouQuanShiBai
;
// 是否为终结态,是,才下一步
// 是否为终结态,是,才下一步
boolean
isResultStatus
=
true
;
boolean
isResultStatus
=
true
;
// 是否经过了检查,经过检查后则不继续检查结果
boolean
isShouQuanCheck
=
true
;
for
(
EkpBankResultVo
vo
:
mainList
)
{
for
(
EkpBankResultVo
vo
:
mainList
)
{
seqNo
=
seqNoPre
+
System
.
currentTimeMillis
()
+
(
i
++);
seqNo
=
seqNoPre
+
System
.
currentTimeMillis
()
+
(
i
++);
responseV1
=
icbcTransactionFlowQueryService
.
getResultNoTax
(
vo
,
tranDate
,
tranTime
,
seqNo
,
client
);
responseV1
=
icbcTransactionFlowQueryService
.
getResultNoTax
(
vo
,
tranDate
,
tranTime
,
seqNo
,
client
);
...
@@ -1367,13 +1369,16 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
...
@@ -1367,13 +1369,16 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
dataList
=
responseV1
.
getRd
();
dataList
=
responseV1
.
getRd
();
isShouQuanShiBai
=
false
;
isShouQuanShiBai
=
false
;
isResultStatus
=
true
;
isResultStatus
=
true
;
isShouQuanCheck
=
true
;
if
(
dataList
!=
null
&&
!
dataList
.
isEmpty
())
{
if
(
dataList
!=
null
&&
!
dataList
.
isEmpty
())
{
for
(
MybankEnterprisePayQpayentResponseV1
.
MybankEnterprisePayQpayentResponseRdV1
data
:
dataList
)
{
for
(
MybankEnterprisePayQpayentResponseV1
.
MybankEnterprisePayQpayentResponseRdV1
data
:
dataList
)
{
if
(
isShouQuanCheck
)
{
if
(
CommonConstants
.
EIGHT_STRING
.
equals
(
data
.
getResult
()))
{
if
(
CommonConstants
.
EIGHT_STRING
.
equals
(
data
.
getResult
()))
{
isShouQuanShiBai
=
true
;
isShouQuanShiBai
=
true
;
}
else
{
}
else
{
isShouQuanShiBai
=
false
;
isShouQuanShiBai
=
false
;
break
;
isShouQuanCheck
=
false
;
}
}
}
if
(!(
CommonConstants
.
SIX_STRING
.
equals
(
data
.
getResult
())
if
(!(
CommonConstants
.
SIX_STRING
.
equals
(
data
.
getResult
())
||
CommonConstants
.
SEVEN_STRING
.
equals
(
data
.
getResult
())
||
CommonConstants
.
SEVEN_STRING
.
equals
(
data
.
getResult
())
...
...
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