Commit ae13e1c4 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-复制

parent 7340a3bf
......@@ -362,6 +362,9 @@ public class FascUtil {
createWithTemplateReq.setAutoFinish(true);// 签署完成后自动结束
createWithTemplateReq.setCertCAOrg("CFCA");// 签署参与方使用的签章证书颁发机构,默认无要求。CFCA:要求使用CFCA(中国金融认证中心);EZCA:要求使用东方中讯CA
createWithTemplateReq.setSignTemplateId(contract.getFadadaTemplateId());
if (Common.isNotNull(company.getBusinessId())) {
createWithTemplateReq.setBusinessId(company.getBusinessId());
}
// 核心代码:设置参与方列表
createWithTemplateReq.setActors(this.buildActors(contract, company, tFascTemplate));
......
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