fix改成配置获取

This commit is contained in:
2025-08-25 08:46:30 +08:00
parent 2934c9ef47
commit 3aeee69f41

View File

@@ -98,11 +98,12 @@ public class EsignOneSignerNode extends ACommonSuperNode {
String sealId = getStringField(formDataVo,"甲方印章ID");
String psnName = getStringField(formDataVo,"甲方签署经办人");
String psnMobile = getStringField(formDataVo,"甲方签署经办人联系方式");
String orgName = configProvider.getBizConfigByKey(EsignConfigConstants.UNITNAME);
Signer aSigner = createOrgSigner(
fileId,"湖北橙阳科技有限公司", null, 1, null, null, null, psnMobile, psnName, null,false
fileId,orgName, null, 1, null, null, null, psnMobile, psnName, null,false
,sealId);
Signer a2Signer = createOrgQiFengSigner(
fileId,"湖北橙阳科技有限公司", aQiFengposition, 2, null, null, null, psnMobile, psnName, null,false
fileId,orgName, aQiFengposition, 2, null, null, null, psnMobile, psnName, null,false
,sealId);
List<Signer> signers = new ArrayList<>();
signers.add(aSigner);