update user activity

This commit is contained in:
2024-12-27 10:38:46 +07:00
parent ea8b9774a8
commit 2bab431d01
3 changed files with 5 additions and 4 deletions

View File

@ -88,7 +88,7 @@ export class UserActivityController {
const { whereAttr, whereVal } = CommonHelper.handleFilter({
filter: param.filter,
col_any_eq: [],
col_any_like: ['module', 'description'],
col_any_like: ['u.username', 'module', 'description'],
additional_where: !param.all_user ? 'id_user = :id_user' : ''
});