|
|
@@ -222,9 +222,7 @@ public class EsignController extends ApiBaseController {
|
|
|
signerAccountId=sysUser.getAccountId();
|
|
|
}
|
|
|
/*根据订单id关联查询企业注册后id*/
|
|
|
- String str[] = orderId.split(",");
|
|
|
- List order= Arrays.asList(str);
|
|
|
- String authorizedAccountId =customersExtService.selectChainsCodeByOrderId(order);
|
|
|
+ String authorizedAccountId =customersExtService.selectChainsCodeByOrderId(customerCode);
|
|
|
// authorizedAccountId = "563c540b67354026a5f84f6c5b9d8eb0";
|
|
|
// signService.signAuth(authorizedAccountId);
|
|
|
logger.info("签署人认证id:{}",authorizedAccountId);
|