fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ export class KBService implements IGBKBService {
|
|||
});
|
||||
} else {
|
||||
return await GuaribasQuestion.findAll({
|
||||
where: { from: from }
|
||||
where: { from: from, instanceId: instanceId }
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue