|
@@ -405,7 +405,7 @@ public class EsignSignServiceImpl implements IEsignSignService {
|
|
|
signfields.add(signfield2);
|
|
|
// SignerAccount signAccount = new SignerAccount(signerAccountId, signerAccountId);//签署方账号
|
|
|
SignerAccount signAccount = new SignerAccount();//签署方账号
|
|
|
- signAccount.setSignerAccountId(authorizedAccountId);
|
|
|
+ signAccount.setSignerAccountId(signerAccountId);
|
|
|
Signer signer1 = new Signer(); // 签署方
|
|
|
signer1.setPlatformSign(false);
|
|
|
signer1.setSignOrder(1);
|