fix: product service
This commit is contained in:
parent
e73c3da0ae
commit
7e525b3cff
|
@ -328,7 +328,7 @@ export class ProductService {
|
|||
if (
|
||||
subCategories != 'null' &&
|
||||
subCategories &&
|
||||
subCategories != 'undifined'
|
||||
subCategories != 'undefined'
|
||||
) {
|
||||
baseQuery.where('product.sub_categories_id = :id', {
|
||||
id: subCategories,
|
||||
|
|
Loading…
Reference in New Issue
Block a user