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
f0311785
Commit
f0311785
authored
Mar 31, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.8-状态
parent
2cf64fd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
IcbcTransactionFlowIssueServiceImpl.java
...ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
+4
-4
No files found.
yifu-ekp/yifu-ekp-biz/src/main/java/com/yifu/cloud/plus/v1/ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
View file @
f0311785
...
...
@@ -93,10 +93,10 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
STATUS_MAP
.
put
(
"01"
,
"待银行处理"
);
STATUS_MAP
.
put
(
"02"
,
"处理成功"
);
STATUS_MAP
.
put
(
"03"
,
"处理失败"
);
STATUS_MAP
.
put
(
"
0
4"
,
"收方行处理中"
);
STATUS_MAP
.
put
(
"
0
5"
,
"收方行处理成功"
);
STATUS_MAP
.
put
(
"
0
6"
,
"收方行处理失败"
);
STATUS_MAP
.
put
(
"
0
7"
,
"收方行无法反馈"
);
STATUS_MAP
.
put
(
"4"
,
"收方行处理中"
);
STATUS_MAP
.
put
(
"5"
,
"收方行处理成功"
);
STATUS_MAP
.
put
(
"6"
,
"收方行处理失败"
);
STATUS_MAP
.
put
(
"7"
,
"收方行无法反馈"
);
}
//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