|
@@ -690,7 +690,7 @@ module.exports = app => {
|
|
|
|
|
|
|
|
// 判断是否更改了账号
|
|
// 判断是否更改了账号
|
|
|
if (accountData.account !== account) {
|
|
if (accountData.account !== account) {
|
|
|
- await this.syncAccount(projectData.code, accountData.account, account);
|
|
|
|
|
|
|
+ this.syncAccount(projectData.code, accountData.account, account);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
this.transaction.commit();
|
|
this.transaction.commit();
|