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
f05ead72
Commit
f05ead72
authored
Feb 27, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.20-非扣税银企
parent
96fc74b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
IcbcTransactionFlowIssueServiceImpl.java
...ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
+8
-4
No files found.
yifu-ekp/yifu-ekp-biz/src/main/java/com/yifu/cloud/plus/v1/ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
View file @
f05ead72
...
...
@@ -19,6 +19,7 @@ import com.icbc.api.response.MybankEnterprisePayQpayentResponseV1;
import
com.icbc.api.utils.IcbcSignature
;
import
com.icbc.api.utils.WebUtils
;
import
com.jcraft.jsch.*
;
import
com.yifu.cloud.plus.v1.ekp.config.IcbcConfigProperties
;
import
com.yifu.cloud.plus.v1.ekp.config.IcbcIssueConfigProperties
;
import
com.yifu.cloud.plus.v1.ekp.entity.*
;
import
com.yifu.cloud.plus.v1.ekp.mapper.EkpSocialInfoMapper
;
...
...
@@ -74,6 +75,9 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
@Autowired
private
IcbcIssueConfigProperties
icbcConfigProperties
;
@Autowired
private
IcbcConfigProperties
noTaxIcbcConfigProperties
;
@Autowired
private
IcbcTransactionFlowQueryService
icbcTransactionFlowQueryService
;
@Autowired
...
...
@@ -1291,17 +1295,17 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
String
tranTime
=
currentTime
.
format
(
timeFormatter
);
String
tranDate
=
LocalDate
.
now
().
format
(
DateTimeFormatter
.
ofPattern
(
"yyyyMMdd"
));
// 初始化工行客户端
DefaultIcbcClient
client
=
new
DefaultIcbcClient
(
i
cbcConfigProperties
.
getAppId
(),
DefaultIcbcClient
client
=
new
DefaultIcbcClient
(
noTaxI
cbcConfigProperties
.
getAppId
(),
IcbcConstants
.
SIGN_TYPE_CA_SM_ICBC
,
i
cbcConfigProperties
.
getAppPrivateKey
(),
noTaxI
cbcConfigProperties
.
getAppPrivateKey
(),
IcbcConstants
.
CHARSET_UTF8
,
IcbcConstants
.
FORMAT_JSON
,
null
,
null
,
null
,
i
cbcConfigProperties
.
getCaSm
(),
noTaxI
cbcConfigProperties
.
getCaSm
(),
null
);
client
.
setIcbc_ca
(
i
cbcConfigProperties
.
getCaSmIcbc
());
client
.
setIcbc_ca
(
noTaxI
cbcConfigProperties
.
getCaSmIcbc
());
MybankEnterprisePayQpayentResponseV1
responseV1
;
String
title
=
"转账"
;
...
...
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