Commit fe970ef6 authored by huyuchen's avatar huyuchen

huych-配置修改

parent 429ea393
......@@ -87,11 +87,12 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
bizContent.setTotalAmt("2");
//总笔数 oprType 为2时,非必输
bizContent.setTotalCount("2");
//批次号
//批次号--每日批号不能重复,系统生成批次号
bizContent.setAppSerialno("WX203");
//文件校验方式 1:sha256校验、2:sm3校验;上送为空默认按照sha256校验
bizContent.setFileCheckSign("1");
//客户本地文件路径
//客户本地文件路径 {企业编号}_{批次号}_{代发方式}_yyyyMMdd.xls 拼接起来总长不能超过36位
//{平台编号}_{企业编号}_{批次号}_{代发方式}_yyyyMMdd .zip 压缩文件中,包含代发工资指令文件信息,为xls格式,xls文件名称同zip包文件名称
bizContent.setLocalFilepath("D:/icbcFile/020101190_WX203_0_20241112.xls");
//文件md码
bizContent.setFileMdcode(getMdCode("D:/icbcFile/020101190_WX203_0_20241112.xls"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment