Commit bb6d06a3 authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.7.16' into MVP1.7.16

parents 446456c5 90d95685
......@@ -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));
......@@ -714,7 +717,6 @@ public class FascUtil {
private TemplateSignConfigInfoReq buildZhang() {
TemplateSignConfigInfoReq templateSignConfigInfoReq1 = new TemplateSignConfigInfoReq();
templateSignConfigInfoReq1.setOrderNo(1);
templateSignConfigInfoReq1.setRequestVerifyFree(true);
return templateSignConfigInfoReq1;
}
......
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