|
@@ -331,7 +331,7 @@ module.exports = app => {
|
|
const accountData = await this.db.select(this.tableName, {
|
|
const accountData = await this.db.select(this.tableName, {
|
|
where: {
|
|
where: {
|
|
account: data.account,
|
|
account: data.account,
|
|
- project_id: data.enterprise_id,
|
|
|
|
|
|
+ project_id: data.project_id,
|
|
},
|
|
},
|
|
});
|
|
});
|
|
if (accountData.length > 0) {
|
|
if (accountData.length > 0) {
|