Feat: add column admin_price
This commit is contained in:
parent
0934147c51
commit
d2deb841f9
|
@ -189,6 +189,7 @@ export class ProductService {
|
|||
])
|
||||
.addSelect('current_price.price', 'price')
|
||||
.addSelect('current_price.partner_fee', 'partner_fee')
|
||||
.addSelect('current_price.admin_price', 'admin_price')
|
||||
.addSelect(
|
||||
'(current_price.price + current_price.mark_up_price) as mark_up_price',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user