Commit 36f5c8d8 by DESKTOP-7Q3CA17\86137

gsb

parent 303d3629
...@@ -92,7 +92,7 @@ class QbgconfigService extends ServiceBase { ...@@ -92,7 +92,7 @@ class QbgconfigService extends ServiceBase {
eaccount = await this.usereaccountDao.create(eaccount); eaccount = await this.usereaccountDao.create(eaccount);
} }
//创建账户 //创建账户
if (eaccount.id && !eaccount.esign_account) { if (eaccount.id && !eaccount.eaccountid) {
var createAccount = { var createAccount = {
appId: params.appId, appId: params.appId,
timestamp: new Date().getTime(), timestamp: new Date().getTime(),
...@@ -113,7 +113,7 @@ class QbgconfigService extends ServiceBase { ...@@ -113,7 +113,7 @@ class QbgconfigService extends ServiceBase {
if (qbgaccount.data.status == 0 && !qbgaccount.data.data.accountId) { if (qbgaccount.data.status == 0 && !qbgaccount.data.data.accountId) {
return this.returnjson(-1, bankthrees.data.msg); return this.returnjson(-1, bankthrees.data.msg);
} }
eaccount.esign_account = qbgaccount.data.data.accountId; eaccount.eaccountid = qbgaccount.data.data.accountId;
eaccount.save(); eaccount.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