- change status to product history status
This commit is contained in:
parent
09e13a0435
commit
f6d896cf8b
|
@ -282,6 +282,8 @@ export class ProductService {
|
|||
.createQueryBuilder('product')
|
||||
.leftJoin('product.sub_categories', 'sub_categories')
|
||||
|
||||
.leftJoin('product.statusHistory', 'status_history')
|
||||
|
||||
.leftJoinAndMapOne(
|
||||
'product.currentPrice',
|
||||
'product.priceHistory',
|
||||
|
|
Loading…
Reference in New Issue
Block a user