Merge branch 'development' into 'devops-staging'

fix: product service

See merge request empatnusabangsa/ppob/ppob-backend!72
This commit is contained in:
ilham dwi pratama 2021-12-28 11:45:39 +00:00
commit 83f765c85a

View File

@ -328,7 +328,7 @@ export class ProductService {
if ( if (
subCategories != 'null' && subCategories != 'null' &&
subCategories && subCategories &&
subCategories != 'undifined' subCategories != 'undefined'
) { ) {
baseQuery.where('product.sub_categories_id = :id', { baseQuery.where('product.sub_categories_id = :id', {
id: subCategories, id: subCategories,