update name

This commit is contained in:
2024-12-05 15:39:28 +09:00
parent a17b91b1f5
commit b28a2ce2ce

View File

@ -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']
});