update name
This commit is contained in:
@ -75,7 +75,7 @@ export class UserRoleController {
|
||||
|
||||
const { whereAttr, whereVal } = CommonHelper.handleFilter({
|
||||
filter: param.filter,
|
||||
col_any_eq: [],
|
||||
col_any_eq: ['name'],
|
||||
col_any_like: ['name']
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user