Commit 4b8462e2 by 王昆

gsb

parent cf1e0652
......@@ -51,7 +51,7 @@ class DKcompanyCtl extends CtlBase {
var accountId = settings.apiconfig.companyAccountId(); // 生产
var aliasName = dkcompany.sealName + "-alias";
rs = await this.utilesignbaoSve.creatEntSignet(accountId, aliasName, dkcompany.sealName, "", "", "dkcompanyCtl");
rs = await this.utilesignbaoSve.creatEntSignet(accountId, aliasName, dkcompany.sealName, "", "", "dkcompanyCtl") || {};
if (rs && rs.code == 1) {
dkcompany.sealId = rs.data.sealId;
await dkcompany.save();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment