|
@@ -120,7 +120,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
throw new BizException("创建企业电子存证账户失败");
|
|
|
}
|
|
|
|
|
|
- String sealData = eSealPlugin.createSeal(accountId);
|
|
|
+ /*String sealData = eSealPlugin.createSeal(accountId);
|
|
|
|
|
|
if (StringUtils.isBlank(sealData)) {
|
|
|
throw new BizException("创建电子存证印章失败");
|
|
@@ -128,7 +128,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
|
|
|
sysUserTsign = new SysUserTsign(null, accountId, sealData, orgName, organCode);
|
|
|
|
|
|
- sysUserTsignService.insert(sysUserTsign);
|
|
|
+ sysUserTsignService.insert(sysUserTsign);*/
|
|
|
|
|
|
}
|
|
|
}
|