fix: workerDms filter workerFk
This commit is contained in:
parent
2f6a80a746
commit
1abf6a14f9
|
@ -50,7 +50,7 @@ module.exports = Self => {
|
|||
or: [
|
||||
{and: [
|
||||
{isReadableByWorker: true},
|
||||
{worker: userId}
|
||||
{'wd.workerFk': userId}
|
||||
]},
|
||||
{
|
||||
role: {
|
||||
|
|
Loading…
Reference in New Issue