fix(security.gbalib): Transfer issues fixed.
This commit is contained in:
parent
660faafb53
commit
6ebd38d3eb
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export class SecService extends GBService {
|
|||
}
|
||||
});
|
||||
|
||||
if (agentSystemId === null) {
|
||||
if (agentSystemId === null && user.agentSystemId ) {
|
||||
const agent = await GuaribasUser.findOne({
|
||||
where: {
|
||||
userSystemId: user.agentSystemId
|
||||
|
|
Loading…
Add table
Reference in a new issue