search user by numeric userid
This commit is contained in:
parent
88f944afa1
commit
ab81cb8835
@ -82,6 +82,7 @@ public class UnixUserRemote extends AbstractRemote {
|
||||
@Override
|
||||
protected void regularizeKeys(Map<String, String> whereParams) {
|
||||
replaceKey(whereParams, "pac", "pac.name");
|
||||
replaceKey(whereParams, "userid", "userId");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user