Browse Source

自提授权

njs 1 year ago
parent
commit
864fa1f08a

+ 1 - 1
suishenbang-wxportal/suishenbang-wxportal-common/src/main/java/com/dgtly/wxportal/service/impl/EsignSignServiceImpl.java

@@ -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);