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
fe970ef6
Commit
fe970ef6
authored
Nov 13, 2024
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-配置修改
parent
429ea393
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
IcbcTransactionFlowIssueServiceImpl.java
...ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
+3
-2
No files found.
yifu-ekp/yifu-ekp-biz/src/main/java/com/yifu/cloud/plus/v1/ekp/service/impl/IcbcTransactionFlowIssueServiceImpl.java
View file @
fe970ef6
...
@@ -87,11 +87,12 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
...
@@ -87,11 +87,12 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
bizContent
.
setTotalAmt
(
"2"
);
bizContent
.
setTotalAmt
(
"2"
);
//总笔数 oprType 为2时,非必输
//总笔数 oprType 为2时,非必输
bizContent
.
setTotalCount
(
"2"
);
bizContent
.
setTotalCount
(
"2"
);
//批次号
//批次号
--每日批号不能重复,系统生成批次号
bizContent
.
setAppSerialno
(
"WX203"
);
bizContent
.
setAppSerialno
(
"WX203"
);
//文件校验方式 1:sha256校验、2:sm3校验;上送为空默认按照sha256校验
//文件校验方式 1:sha256校验、2:sm3校验;上送为空默认按照sha256校验
bizContent
.
setFileCheckSign
(
"1"
);
bizContent
.
setFileCheckSign
(
"1"
);
//客户本地文件路径
//客户本地文件路径 {企业编号}_{批次号}_{代发方式}_yyyyMMdd.xls 拼接起来总长不能超过36位
//{平台编号}_{企业编号}_{批次号}_{代发方式}_yyyyMMdd .zip 压缩文件中,包含代发工资指令文件信息,为xls格式,xls文件名称同zip包文件名称
bizContent
.
setLocalFilepath
(
"D:/icbcFile/020101190_WX203_0_20241112.xls"
);
bizContent
.
setLocalFilepath
(
"D:/icbcFile/020101190_WX203_0_20241112.xls"
);
//文件md码
//文件md码
bizContent
.
setFileMdcode
(
getMdCode
(
"D:/icbcFile/020101190_WX203_0_20241112.xls"
));
bizContent
.
setFileMdcode
(
getMdCode
(
"D:/icbcFile/020101190_WX203_0_20241112.xls"
));
...
...
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