fix(filter) perbaikan filter season period
parent
45f11003f2
commit
d4bd3d746c
|
@ -75,7 +75,7 @@ export class IndexSeasonPeriodManager extends BaseIndexManager<SeasonPeriodEntit
|
|||
}
|
||||
|
||||
if (this.filterParam.season_type_ids) {
|
||||
queryBuilder.andWhere(`user_privilege_id In (:...seasonIds)`, {
|
||||
queryBuilder.andWhere(`season_type_id In (:...seasonIds)`, {
|
||||
seasonIds: this.filterParam.season_type_ids,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue