fix(data-access): correct self-referential SQL in WorkCenter filter
The WHERE clause was comparing Code to itself instead of the aliased table reference, which would always be true.
This commit is contained in:
The WHERE clause was comparing Code to itself instead of the aliased table reference, which would always be true.