소스 검색

忘记密码问题修复

ellisran 11 달 전
부모
커밋
3a52294b1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/project_account.js

+ 1 - 1
app/service/project_account.js

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